websitedesign2023/docs/assets/css/home.css

25 lines
494 B
CSS
Raw Normal View History

2023-01-18 15:44:59 -06:00
.cover {
color: #ffffff;
text-align: center;
width: 100%;
padding: 25% 0px;
2023-02-14 16:03:46 -06:00
background-image: url("../img/bg.png");
2023-01-18 15:44:59 -06:00
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: 10;
}
@media screen and (max-width: 850px) {
.cover-tagline {
margin: 25% 0;
}
}
@media screen and (max-width: 600px) {
.cover-tagline {
margin-top: 75%;
margin-bottom: 40%;
}
}