You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/src/assets/pages/styles/Design3.scss

46 lines
783 B
SCSS

.jumbotron {
padding-top: 3rem;
padding-bottom: 3rem;
margin-bottom: 0;
background-color: #fff;
background-image: url('../../images/FilesImage_WebBanner_1800x600.png');
background-repeat: no-repeat;
background-position:bottom center;
background-size:cover;
}
@media (min-width: 768px) {
.jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
}
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron h1 {
font-weight: 500;
color: rgb(90,90,90);
text-shadow: 0 0 4px rgba (0,0,0,0.5);
}
.jumbotron .container {
max-width: 40rem;
background: rgba(255,255,255,0.45);
padding: 2rem;
color: white;
}
.jumbotron p {
color: rgb(55,55,55);
}
footer {
padding-top: 3rem;
padding-bottom: 3rem;
}
footer p {
margin-bottom: .25rem;
}