pied de page
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
|
||||
|
||||
body{
|
||||
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
nav{
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -24,6 +22,7 @@ nav{
|
||||
|
||||
nav:hover{
|
||||
background: linear-gradient(45deg,orange ,darkred);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -33,7 +32,28 @@ nav:hover{
|
||||
}
|
||||
|
||||
|
||||
main{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#cas{
|
||||
margin-top:10% ;
|
||||
height: 25%;
|
||||
width: 25%;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#btn_up{
|
||||
position: fixed;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
right: 2vw;
|
||||
bottom: 2vh;
|
||||
height: 4vh;
|
||||
width: 4vh;
|
||||
}
|
||||
|
||||
li{
|
||||
display: inline-block;
|
||||
@@ -42,6 +62,13 @@ li{
|
||||
|
||||
p{
|
||||
font-size: 30px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
#pied_de_page{
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
.page{
|
||||
@@ -59,5 +86,7 @@ p{
|
||||
|
||||
|
||||
footer{
|
||||
background-color: black;
|
||||
|
||||
background-color: orange;
|
||||
padding-bottom: 15vh;
|
||||
}
|
Reference in New Issue
Block a user