15 lines
No EOL
255 B
CSS
Executable file
15 lines
No EOL
255 B
CSS
Executable file
main {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: start;
|
|
gap: 1em;
|
|
padding: 1em;
|
|
}
|
|
|
|
main > a {
|
|
display: inline-block;
|
|
padding: 2em;
|
|
background-color: var(--bg-light);
|
|
border-radius: 50px;
|
|
font-size: 3em;
|
|
} |