fantasy/style.css

16 lines
281 B
CSS
Raw Normal View History

body {
margin: 0;
overflow: hidden;
2018-11-19 14:09:43 +00:00
}
button {
overflow: hidden;
background-color: aqua;
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}