header work
This commit is contained in:
parent
f2c16c4b84
commit
b494eeb302
3 changed files with 9 additions and 2 deletions
|
@ -86,7 +86,7 @@ h1, h2, h3, h4, h5 {
|
||||||
@media only screen and (min-width: 1000px) {
|
@media only screen and (min-width: 1000px) {
|
||||||
header {
|
header {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: absolute; /*verursacht das verschrobene menü auf der projects seite*/
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -114,12 +114,13 @@ h1, h2, h3, h4, h5 {
|
||||||
header {
|
header {
|
||||||
background: rgba(0,0,0,0.4);
|
background: rgba(0,0,0,0.4);
|
||||||
font-family: 'IM Fell English SC';
|
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) {
|
@media only screen and (min-width: 1000px) {
|
||||||
div#project_margin {
|
div#project_margin {
|
||||||
margin-top: 250px;
|
margin-top: 250px;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
video {
|
video {
|
||||||
margin-top: 230px;
|
margin-top: 230px;
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="about.php">About</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="collections.php">Collections</a></li>
|
||||||
<li><a href="contacts.php">Contacts</a></li>
|
<li><a href="contacts.php">Contacts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
5
jewellery.php
Normal file
5
jewellery.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php include('header.tpl'); ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<?php include('footer.tpl'); ?>
|
Loading…
Reference in a new issue