14 lines
No EOL
253 B
CSS
14 lines
No EOL
253 B
CSS
body {
|
|
text-align: center;
|
|
background-color: #8cbfc5;
|
|
color: white;
|
|
margin-top: 3rem;
|
|
font-family: 'Roboto Mono', monospace, sans-serif;
|
|
}
|
|
|
|
img {
|
|
border-radius: 50%;
|
|
width: 200;
|
|
height: 200;
|
|
}
|
|
/* TODO: make responsive */ |