interface clean up

This commit is contained in:
Bryan Bailey
2019-11-07 18:45:48 -05:00
parent bbe2d7a8f7
commit c65cce4545
6 changed files with 223 additions and 17 deletions

28
app/static/css/site.css Normal file
View File

@@ -0,0 +1,28 @@
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;
}