Files
saveallcomics/app/static/css/site.css
2019-11-07 18:45:48 -05:00

28 lines
458 B
CSS

input::-webkit-input-placeholder, input::-moz-placeholder, :input-moz-placeholder, input:-ms-input-placeholder {
text-align: center;
}
.jumbotron {
position: relative;
background: url(../esm-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 350px;
}
.jumbo-info {
position: absolute;
top: 180px;
left: 0;
color: white;
}
.jumbo-info h1 {
font-weight: 900;
}
.cover {
height: 300px;
}