TeleQom.org website (https://teleqom.org)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TeleQom.org/css/sections/welcome.css

63 lines
1.2 KiB

#welcome {
margin-top: var(--nav-height);
padding: 0;
background: url("/media/images/welcome-background-1080p.webp") center;
background-size: cover;
height: calc(100vh - var(--nav-height));
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
#welcome-logo {
height: 15rem;
width: 15rem;
}
#welcome h1 {
margin: 1rem 20% 1rem 1rem;
border: solid 0.25rem #5791FF;
border-radius: 50px;
padding: 0.5rem 1.25rem;
background-color: var(--background-color-1);
}
#welcome h4 {
margin: 0 0 0 20%;
border: solid 0.25rem #5791FF;
border-radius: 50px;
padding: 0.5rem 1.25rem;
background-color: var(--background-color-1);
}
#scroll-down {
position: absolute;
bottom: 2rem;
width: 3rem;
height: 2rem;
}
#scroll-down img {
width: 3rem;
}
@media only screen and (max-width: 1280px) {
#welcome {
background: url("/media/images/welcome-background-720p.webp") center;
background-size: cover;
}
#welcome h4 {
margin: 2rem;
}
#welcome h1 {
margin: 1rem;
}
}
@media only screen and (max-width: 500px) {
#welcome {
background: url("/media/images/welcome-background-mobile.webp") center;
background-size: cover;
}
}