2023-12-28 12:03:46 +01:00
|
|
|
* {
|
2023-12-28 17:23:12 +01:00
|
|
|
font-family: cursive;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-12-29 12:04:07 +01:00
|
|
|
body{
|
|
|
|
|
2023-12-29 20:15:06 +01:00
|
|
|
|
2023-12-29 12:04:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nav{
|
|
|
|
top: 0;
|
2023-12-29 20:15:06 +01:00
|
|
|
left: 0;
|
2023-12-29 12:04:07 +01:00
|
|
|
position: fixed;
|
|
|
|
display: flex;
|
2023-12-29 20:15:06 +01:00
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
background: linear-gradient(45deg,orange 35%,darkred);
|
2023-12-29 12:04:07 +01:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2023-12-29 20:15:06 +01:00
|
|
|
nav:hover{
|
|
|
|
background: linear-gradient(45deg,orange ,darkred);
|
|
|
|
}
|
2023-12-29 12:04:07 +01:00
|
|
|
|
|
|
|
|
2023-12-28 17:23:12 +01:00
|
|
|
#icone{
|
|
|
|
height: 10vh;
|
|
|
|
width: 10vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-12-29 12:04:07 +01:00
|
|
|
|
|
|
|
|
2023-12-28 17:23:12 +01:00
|
|
|
li{
|
|
|
|
display: inline-block;
|
2023-12-29 12:04:07 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size: 30px;
|
2023-12-28 17:23:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.page{
|
2023-12-29 12:04:07 +01:00
|
|
|
list-style-type: none;
|
2023-12-28 17:23:12 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2023-12-29 12:04:07 +01:00
|
|
|
margin-right: 10vh;
|
2023-12-29 20:15:06 +01:00
|
|
|
font-size: 2vh;
|
2023-12-28 17:23:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.page:hover{
|
2023-12-29 20:15:06 +01:00
|
|
|
color: gold;
|
2023-12-28 17:23:12 +01:00
|
|
|
}
|
2023-12-29 12:04:07 +01:00
|
|
|
|
2023-12-29 20:15:06 +01:00
|
|
|
|
|
|
|
|
2023-12-29 12:04:07 +01:00
|
|
|
footer{
|
|
|
|
background-color: black;
|
|
|
|
}
|