16 lines
No EOL
251 B
CSS
16 lines
No EOL
251 B
CSS
:root {
|
|
font-family: Monserrat, sans-serif;
|
|
line-height: 100%;
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
|
|
color: #000000;
|
|
background-color: white;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
display: flex;
|
|
place-items: center;
|
|
width: 100%;
|
|
} |