comic/index.css

26 lines
391 B
CSS
Raw Normal View History

2024-08-31 20:07:40 -04:00
.ui {
display: inline-block;
margin: 10px;
text-decoration: none;
font-size: 1.2rem;
background: rgb(130, 130, 130);
border: solid rgb(100, 100, 100) 2px;
padding: 10px;
font-weight: bold;
color: rgb(255,255,255);
border-radius: 10px;
}
.ui-right {
float: right;
}
img.art {
display: block;
margin: auto;
border: none;
border-radius: 0;
width: 500px;
max-width: 80vw;
}