15 lines
195 B
CSS
15 lines
195 B
CSS
main {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
section {
|
|
width: 90%;
|
|
max-width: 600px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: var(--link-color);
|
|
} |