You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
295 B
CSS

ul {
display: flex;
list-style: none;
}
li {
padding-left: 10px;
}
#root {
color: black;
font-family: chalkduster;
}
#button {
width: 100px;
height: 30px;
background: pink;
font-size: large;
font-family: Futura;
}
.glink {
font-family: "Avenir Next"
}