1 2 3 4 5 6 7 8 9 10.bg { background: url(../img/mask.jpg) no-repeat center center; height: 100%; text-align:center; } .container { padding-top: 150px; }
1 2 3 4 5 6 7 8 9 10
.bg { background: url(../img/mask.jpg) no-repeat center center; height: 100%; text-align:center; } .container { padding-top: 150px; }