card style new pilots on homepage

This commit is contained in:
Nabeel Shahzad
2017-08-10 01:00:08 -05:00
parent 8c114198d6
commit bf410c4f99
3 changed files with 52 additions and 27 deletions

View File

@@ -2,6 +2,21 @@
*
*/
.card-bg {
float: left;
position: absolute;
display:block;
bottom: 10px;
width:100%;
height:100%;
font-size: 275px;
text-align: center;
}
.blue-bg {
background: #067ec1;
}
.border-blue-bottom {
border-bottom: 3px solid #067ec1;
}