websitedesign2023/docs/assets/css/home.css

30 lines
578 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;
background-image: url("../img/background.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: 10;
2023-04-03 12:33:01 -05:00
font-family: 'Pacifico', cursive;
}
.fcenter {
align-self: center;
2023-01-18 15:44:59 -06:00
}
@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%;
}
}