1
Fork 0
personal_website/styles.css

17 lines
267 B
CSS

body {
background-color: #5c959c;
color: white;
margin-top: 3rem;
font-family: 'Roboto Mono', monospace, sans-serif;
}
#header {
text-align: center;
}
img {
border-radius: 50%;
width: 200;
height: 200;
}
/* TODO: make responsive */