card style new pilots on homepage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user