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.

14 lines
204 B
CSS

.grid-container {
font-family: Arial, sans-serif;
font-size: 20px;
}
.grid-item {
height: 3ch;
padding: 10px;
background: green;
border-radius: 10px;
border: 2px solid white;
text-align: left;
}