File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,12 @@ <h2>EINFACH HOSTAL - EINFACH GUT</h2>
48
48
< div class ="first-box__item ">
49
49
< i class ="icon_cart "> </ i >
50
50
< span > BEWERTUNGEN</ span >
51
- < a href ="/hotel/ reviews.html "> </ a >
51
+ < a href ="reviews.html "> </ a >
52
52
</ div >
53
53
< div class ="first-box__item yellow-box ">
54
54
< i class ="icon_coctail "> </ i >
55
55
< span > COCTAILS MENU</ span >
56
+ < a href ="COCTAILS.pdf " target ="_blank "> </ a >
56
57
</ div >
57
58
< div class ="first-box__item yellow-box mobile_order ">
58
59
< i class ="icon_coffe "> </ i >
Original file line number Diff line number Diff line change @@ -177,6 +177,33 @@ body input, body textarea {
177
177
font-size : 16px ;
178
178
margin-right : 7px ;
179
179
color : # ffc107 ; }
180
+ .site_wrap .footer__nav a {
181
+ -webkit-transition : 0.3s ;
182
+ transition : 0.3s ;
183
+ font-weight : 700 ;
184
+ font-size : 12px ;
185
+ display : -webkit-box;
186
+ display : -webkit-flex;
187
+ display : -ms-flexbox;
188
+ display : flex;
189
+ -webkit-box-align : center;
190
+ -webkit-align-items : center;
191
+ -ms-flex-align : center;
192
+ align-items : center;
193
+ text-decoration : none;
194
+ color : # fff ;
195
+ align-items : center; }
196
+ .site_wrap .footer__nav a : hover {
197
+ color : # ffc107 !important ; }
198
+ .site_wrap .footer__nav a : focus , .site_wrap .footer__nav a : active , .site_wrap .footer__nav a : visited {
199
+ color : # fff ;
200
+ text-decoration : none; }
201
+ .site_wrap .footer__nav a img {
202
+ margin-right : 7px ; }
203
+ .site_wrap .footer__nav a i {
204
+ font-size : 16px ;
205
+ margin-right : 7px ;
206
+ color : # ffc107 ; }
180
207
.site_wrap : after {
181
208
z-index : 1 ;
182
209
top : 0 ;
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ <h2>EINFACH HOSTAL - EINFACH GUT</h2>
48
48
</ section >
49
49
< footer class ="footer ">
50
50
< div class ="footer__nav ">
51
- < span > < i class ="fas fa-shopping-cart "> </ i > BEWERTUNGEN</ span >
52
- < span > < img src ="img/icon-coctail.png " alt ="COCTAILS MENU "> COCTAILS MENU</ span >
51
+ < a href =" reviews.html " > < i class ="fas fa-shopping-cart "> </ i > BEWERTUNGEN</ a >
52
+ < a href =" COCTAILS.pdf " > < img src ="img/icon-coctail.png " alt ="COCTAILS MENU "> COCTAILS MENU</ a >
53
53
< span > < i class ="fas fa-coffee "> </ i > FRÜHSTÜCK JEDERZEIT, SOGAR UM 13.00</ span >
54
54
< span > < i class ="fas fa-wifi "> </ i > FREE WI-FI ALL ROOM</ span >
55
55
</ div >
You can’t perform that action at this time.
0 commit comments