txt2img-static / style.css
Omnibus's picture
Update style.css
b7ae082 verified
raw
history blame contribute delete
No virus
643 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
h1 {
margin-top: 0;
color:white;
background:blue;
border-radius:10px;
padding:5px;
text-align:center;
box-shadow: 1px 2px 4px 2px black;
}
p {
color: rgb(107, 114, 128);
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}
.card {
margin: 0 auto;
padding: 16px;
border: 3px solid lightgray;
border-radius: 16px;
background:cornflowerblue;
max-width:1000px;
max-height:35000px;
display:flex;
flex-direction:column;
font-size:xx-large;
}
.card p:last-child {
margin-bottom: 0;
}