first commit
This commit is contained in:
@@ -0,0 +1,129 @@
|
||||
.stunningSound {
|
||||
position: relative;
|
||||
padding-top: 15rem;
|
||||
overflow-x: hidden;
|
||||
.stunningSound_heading {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
>h1 {
|
||||
font-size: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.stunningSound_des {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 30%;
|
||||
transform: translate(0%, 0%);
|
||||
|
||||
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// @media (max-width:1400px) {}
|
||||
|
||||
@media (max-width:1200px) {
|
||||
.stunningSound {
|
||||
|
||||
|
||||
.stunningSound_heading {
|
||||
|
||||
|
||||
>h1 {
|
||||
font-size: 7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.stunningSound_des{
|
||||
|
||||
padding-right: 1rem;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:1000px) {
|
||||
.stunningSound {
|
||||
|
||||
|
||||
.stunningSound_heading {
|
||||
|
||||
top: 20%;
|
||||
|
||||
>h1 {
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.stunningSound_des {
|
||||
|
||||
top: 40%;
|
||||
right:0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media (max-width:768px) {
|
||||
.stunningSound {
|
||||
|
||||
|
||||
.stunningSound_heading {
|
||||
|
||||
|
||||
>h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.stunningSound_des {
|
||||
max-width: 270px;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
p{
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:576px) {
|
||||
.stunningSound {
|
||||
padding-top: 1rem;
|
||||
|
||||
.stunningSound_heading {
|
||||
|
||||
top: 15%;
|
||||
>h1 {
|
||||
font-size: 2rem;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.stunningSound_des {
|
||||
padding: 2rem;
|
||||
top: 25%;
|
||||
max-width: 100%;
|
||||
left: 0;
|
||||
// top: 50%;
|
||||
// right: -19%;
|
||||
// p{
|
||||
// font-size: 1rem;
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user