static #2
3 changed files with 8 additions and 4 deletions
|
@ -51,7 +51,7 @@
|
|||
<div class="col-3">
|
||||
<ul class="unstyled-list" style="text-align:center;">
|
||||
<li><strong>Follow us</strong></li>
|
||||
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="/images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="/images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="/images/instagram.png" style ="width:50px; height:50px;"/></a>
|
||||
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="images/instagram.png" style ="width:50px; height:50px;"/></a>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -298,6 +298,10 @@ header {
|
|||
margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
|
||||
}
|
||||
|
||||
.headerproject {
|
||||
position: relative !important; /* Nicht schön, aber funktioniert*/
|
||||
}
|
||||
|
||||
.nav ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<link rel="icon" type="image/ico" href="images/favicon.ico">
|
||||
</head>
|
||||
<body style="background-color:black;">
|
||||
<header>
|
||||
<header class="headerproject">
|
||||
<img src="img/logo.png" alt="bricabracomania logo" class="logo" />
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
@ -179,7 +179,7 @@
|
|||
<div class="container">
|
||||
<h2 class="title title-cta">Order your piece now!
|
||||
</h2>
|
||||
<a href="contacts" class="button button-dark">Order</a>
|
||||
<a href="contacts.html" class="button button-dark">Order</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -196,7 +196,7 @@
|
|||
<div class="col-3">
|
||||
<ul class="unstyled-list" style="text-align:center;">
|
||||
<li><strong>Follow us</strong></li>
|
||||
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="/images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="/images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="/images/instagram.png" style ="width:50px; height:50px;"/></a>
|
||||
<a href="https://www.facebook.com/bricabracomania" target="popup"><img src="images/fb.png" style ="width:50px; height:50px;"/></a> <a href="https://www.etsy.com/shop/BricabracomaniaCraft" target="popup"><img src="images/etsy.png" style ="width:50px; height:50px;"/></a> <a href="https://www.instagram.com/bricabracomania_metalworks" target="popup"><img src="images/instagram.png" style ="width:50px; height:50px;"/></a>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue