You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
*{
|
|
font-family: 'Lato';
|
|
}
|
|
button {
|
|
background-color: black;
|
|
border: solid 2px black;
|
|
border-radius: 4px;
|
|
padding: 5px 20px;
|
|
text-align: center;
|
|
color:white;
|
|
|
|
}
|
|
|
|
button:hover {
|
|
background-color: white;
|
|
color: black;
|
|
|
|
} |