Père 200, Père 200, tralalalalère!!!!

This commit is contained in:
Skia 2016-12-05 00:37:54 +01:00
parent 3970965781
commit edaa1b0082
5 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1,6 +1,7 @@
/*--------------------------------GENERAL------------------------------*/ /*--------------------------------GENERAL------------------------------*/
body{ body{
background-color:#EEE; background-color:#EEE;
background: url('img/dragon.png') bottom left fixed no-repeat, url('img/background.jpg') repeat;
position: relative; position: relative;
width: 100%; width: 100%;
font-family: sans-serif; font-family: sans-serif;
@ -15,6 +16,9 @@ a:active { color: #007BE6; }
#logo { #logo {
margin-left: 5%; margin-left: 5%;
} }
#logo img {
width: 500px;
}
header { header {
display: block; display: block;
position: absolute; position: absolute;
@ -70,6 +74,7 @@ nav {
width: 90%; width: 90%;
margin: 0px auto; margin: 0px auto;
background: grey; background: grey;
background: rgba(100, 100, 100, 0.8);
color: white; color: white;
} }
@ -91,7 +96,7 @@ nav a:hover {
width: 88%; width: 88%;
margin: 0px auto; margin: 0px auto;
padding: 1em 1%; padding: 1em 1%;
background: white; background: rgba(255, 255, 255, 0.8);
overflow: auto; overflow: auto;
} }