Skip to content

Commit ca3a8de

Browse files
author
Oles Rubinovsky
committed
a
1 parent 065ef8e commit ca3a8de

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

hotel/about_us.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ <h2>EINFACH HOSTAL - EINFACH GUT</h2>
4848
<div class="first-box__item">
4949
<i class="icon_cart"></i>
5050
<span>BEWERTUNGEN</span>
51-
<a href="/hotel/reviews.html"></a>
51+
<a href="reviews.html"></a>
5252
</div>
5353
<div class="first-box__item yellow-box">
5454
<i class="icon_coctail"></i>
5555
<span>COCTAILS MENU</span>
56+
<a href="COCTAILS.pdf" target="_blank"></a>
5657
</div>
5758
<div class="first-box__item yellow-box mobile_order">
5859
<i class="icon_coffe"></i>

hotel/css/main.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,33 @@ body input, body textarea {
177177
font-size: 16px;
178178
margin-right: 7px;
179179
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; }
180207
.site_wrap:after {
181208
z-index: 1;
182209
top: 0;

hotel/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ <h2>EINFACH HOSTAL - EINFACH GUT</h2>
4848
</section>
4949
<footer class="footer">
5050
<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>
5353
<span><i class="fas fa-coffee"></i>FRÜHSTÜCK JEDERZEIT, SOGAR UM 13.00</span>
5454
<span><i class="fas fa-wifi"></i>FREE WI-FI ALL ROOM</span>
5555
</div>

0 commit comments

Comments
 (0)