SAE_WEB_S1/CSS/styles.css
2023-12-28 17:23:12 +01:00

31 lines
270 B
CSS

* {
font-family: cursive;
}
#icone{
height: 10vh;
width: 10vw;
}
li{
list-style-type: none;
display: inline-block;
}
.page{
text-decoration: none;
color: black;
display: inline-block;
margin: 2vh;
}
.page:hover{
color: red;
transform: scale(1.3);
}