websitedesign2023/docs/assets/css/home.css

33 lines
598 B
CSS
Raw Normal View History

2023-01-18 15:44:59 -06:00
.cover {
2023-04-17 10:32:11 -05:00
color: #2020ab;
2023-01-18 15:44:59 -06:00
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:41:23 -05:00
}
.cover-tagline {
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%;
}
}