Untitled
unknown
plain_text
2 years ago
391 B
6
Indexable
* {
font-size: 16px;
font-family: Poppins;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: rgb(116, 232, 253);
height: 100vh;
height: 100svh;
}
.numbers {
display: flex;
flex-direction: column-reverse;
height: 250px;
width: 250px;
margin: 50px auto 50px auto;
}
.number-button {
width: 33%;
height: 33%;
}Editor is loading...