debut
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
* {
|
||||
font-style: monospace;
|
||||
}
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user