personal-site/styles/projects.css
Arthur Lu c70993ed7d implement site changes from cse 134
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-03-22 15:22:02 -07:00

11 lines
221 B
CSS

article {
background-color: #DDD;
border: 1px solid black;
border-radius: 16px;
padding: 20px;
margin-top: 20px;
box-shadow: 10px 5px 5px black;
max-width: 60ch;
margin-left: auto;
margin-right: auto;
}