generated from dwd/boilarplate-astro-tailwind
65 lines
756 B
CSS
65 lines
756 B
CSS
.image_box {
|
|
background-image: linear-gradient(to right, #eff4ff, #d4f5fe, #dae4fe);
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.box {
|
|
text-align: center;
|
|
padding-top: 100px;
|
|
height: 600px;
|
|
}
|
|
|
|
.curve {
|
|
margin-top: -120px;
|
|
}
|
|
|
|
.color {
|
|
color: #00548e;
|
|
width: 100%;
|
|
}
|
|
|
|
.box h2 {
|
|
padding: 20px 0px;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
margin: 40px 0;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.flex_1 {
|
|
flex: 1;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
padding: 80px 0;
|
|
}
|
|
|
|
.mt {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
@media only screen and (max-width: 900px) {
|
|
.curve {
|
|
margin-top: -60px;
|
|
}
|
|
.flex {
|
|
display: block;
|
|
}
|
|
.mt {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
.box {
|
|
height: 740px;
|
|
}
|
|
.curve {
|
|
margin-top: -30px;
|
|
}
|
|
}
|