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.
|
.grid-container {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 20px;
|
|
width: 100%;
|
|
display: grid;
|
|
}
|
|
|
|
.grid-item {
|
|
padding: 20px;
|
|
background: green;
|
|
border-radius: 20px;
|
|
border: 0px solid white;
|
|
text-align: left;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
}
|