odin-calculator/style.css

14 lines
203 B
CSS
Raw Normal View History

#container {
font-size: xx-large;
}
.buttons-flex {
display: flex;
}
.button {
padding: 20px;
border: 1px solid #000;
cursor: pointer;
}
.button:active {
background-color: #888;
}