phpvms/public/assets/frontend/css/styles.css
2017-08-10 01:00:08 -05:00

23 lines
284 B
CSS

/**
*
*/
.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;
}