lugo/static/style.css
2022-07-11 16:30:44 -04:00

42 lines
447 B
CSS

body {
font-style: sans-serif ;
background: #110000 ;
color: #ccc ;
}
main {
max-width: 800px ;
margin: auto ;
}
img {
max-width: 100% ;
}
header h1 {
text-align: center ;
}
footer {
text-align: center ;
clear: both ;
}
.taglist {
text-align: center ;
clear: both ;
}
/* For NEXTPREV.HTML */
#prevart {
float: left ;
text-align: left ;
}
#nextart {
float: right ;
text-align: right ;
}
#nextart,#prevart {
max-width: 33% ;
}