1
Fork 0
personal_website/styles.css

14 lines
253 B
CSS
Raw Normal View History

2023-08-21 18:05:30 +00:00
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 */