header work

This commit is contained in:
fr34k 2020-10-30 21:03:25 +01:00
parent f2c16c4b84
commit b494eeb302
3 changed files with 9 additions and 2 deletions

View file

@ -86,7 +86,7 @@ h1, h2, h3, h4, h5 {
@media only screen and (min-width: 1000px) {
header {
z-index: 1;
position: absolute; /*verursacht das verschrobene menü auf der projects seite*/
position: absolute;
top: 0px;
width: 100%;
}
@ -114,12 +114,13 @@ h1, h2, h3, h4, h5 {
header {
background: rgba(0,0,0,0.4);
font-family: 'IM Fell English SC';
margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
margin: 0px;
}
@media only screen and (min-width: 1000px) {
div#project_margin {
margin-top: 250px;
clear: both;
}
video {
margin-top: 230px;

View file

@ -17,6 +17,7 @@
<ul>
<li><a href="/">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="jewellery.php">Jewellery</a></li>
<li><a href="collections.php">Collections</a></li>
<li><a href="contacts.php">Contacts</a></li>
</ul>

5
jewellery.php Normal file
View file

@ -0,0 +1,5 @@
<?php include('header.tpl'); ?>
<?php include('footer.tpl'); ?>