personal-site/out/style.css

23 lines
217 B
CSS
Raw Permalink Normal View History

2023-07-30 23:11:02 +00:00
* {
font-family: serif;
}
td {
text-align: center;
}
body {
background-color: #fefeaa;
margin: 20px auto;
max-width: 750px;
}
a {
text-decoration: none;
color: #114488;
}
img {
max-width: 100%;
}