1
Fork 0
personal_website/styles.css
2023-08-21 23:55:50 +05:00

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 */