web-yj.kwul/css/style.less

41 lines
718 B
Plaintext

@import url('https://fonts.googleapis.com/css?family=Quicksand');
body, html {
margin: 0;
height: 100%;
}
body {
color: #fff;
font-family: 'Quicksand', sans-serif;
background: url("../img/background.jpg") no-repeat center center fixed;
@media (min-width: 992px) {
background-image: url("../img/background@2x.jpg");
}
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container {
&.filled {
color: rgba(0, 0, 0, 0.7);
background-color: rgba(255, 255, 255, 0.75);
}
.intro {
height: 100vh;
text-align: center;
.btn {
margin: auto;
}
}
img {
margin-bottom: 20px;
}
}