mirror-img/t/testing-website/res/style.css
Jaidyn Ann 36c8b2a87b Add testing website and additional tests
… most importantly for MIRROR-IMG:MIRROR-IMG.
Thanks Hunchentoot, for being such a nice
web-server. =w=
2024-05-28 15:09:22 -05:00

23 lines
273 B
CSS

body {
background-color: #d7d7af;
}
main {
max-width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #ffffd7;
padding: 10px;
border-radius: 10px;
}
img {
border-radius: 10px;
}
figure {
border: 2px dotted;
padding: 5px;
}