generated from JustScreaMy/ProjectTemplate
277 lines
No EOL
4.5 KiB
CSS
277 lines
No EOL
4.5 KiB
CSS
@font-face {
|
|
font-family: 'Futura', sans-serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
h1 {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 3rem;
|
|
color: #333;
|
|
text-align: center;
|
|
margin-bottom: 1rem;
|
|
margin-top: 2rem;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
h2 {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1.5rem;
|
|
color: #CF3476;
|
|
text-align: center;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
h3 {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1.5rem;
|
|
color: #666;
|
|
text-align: center;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
h4 {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
color: #666;
|
|
text-align: center;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
h5 {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
color: #aaa;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.sheet__box {
|
|
min-width: 25rem;
|
|
margin-left: calc(20% - 2.5rem);
|
|
margin-right: calc(20% - 2.5rem);
|
|
}
|
|
|
|
.app__logo {
|
|
height: 3.5rem;
|
|
width: 8rem;
|
|
}
|
|
|
|
.app__title {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 2rem;
|
|
color: #333;
|
|
}
|
|
|
|
.app__tab {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 2rem;
|
|
color: #CF3476;
|
|
}
|
|
|
|
.to_left {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.to_right {
|
|
font-family: 'Futura', sans-serif;
|
|
float: right;
|
|
}
|
|
|
|
.contact {
|
|
margin: 20px calc(20% - 40px) 50px;
|
|
min-width: 25rem;
|
|
border-radius: 15px;
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.contact__title {
|
|
text-align: center;
|
|
font-size: 3rem;
|
|
color: #333;
|
|
margin-bottom: 1rem;
|
|
font-family: 'Futura', sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.contact__button {
|
|
width: 100%;
|
|
color: #ffffff;
|
|
background-color: #CF3476;
|
|
}
|
|
|
|
.articles {
|
|
margin-left: calc(20% - 2.5rem);
|
|
margin-right: calc(20% - 2.5rem);
|
|
}
|
|
|
|
.article {
|
|
padding: 10px;
|
|
min-width: 40%;
|
|
border-radius: 15px;
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.article__image {
|
|
border-radius: 0.5rem;
|
|
}
|
|
|
|
.article__title {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1.5rem;
|
|
color: #CF3476;
|
|
text-align: left;
|
|
margin-top: 0.1rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article__date {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 0.8rem;
|
|
text-align: left;
|
|
}
|
|
|
|
.article__text {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
text-align: left;
|
|
min-height: 6rem;
|
|
color: #666;
|
|
}
|
|
|
|
.article__sign {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
float: right;
|
|
padding-right: 1rem;
|
|
color: #333;
|
|
}
|
|
|
|
.show_more {
|
|
font-family: 'Futura', sans-serif;
|
|
text-align: center;
|
|
color: #CF3476;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
width: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.show_more:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.pricing {
|
|
margin-left: calc(20% - 2.5rem);
|
|
margin-right: calc(20% - 2.5rem);
|
|
}
|
|
|
|
.pricing-box {
|
|
padding: 1rem;
|
|
text-align: center;
|
|
min-width: 25rem;
|
|
border-radius: 1rem;
|
|
height: 230px;
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.pricing-box:hover {
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
.pricing__price {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 3.5rem;
|
|
color: #CF3476;
|
|
text-align: center;
|
|
}
|
|
|
|
.pricing__subtitle {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
|
|
.trainers__parallax {
|
|
max-height: 34rem;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.trainers {
|
|
min-width: 25rem;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
height: 100%;
|
|
margin-left: calc(20% - 2.5rem);
|
|
margin-right: calc(20% - 2.5rem);
|
|
}
|
|
|
|
.advantage {
|
|
min-width: 25rem;
|
|
border-radius: 1rem;
|
|
background: transparent;
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
|
margin-top: 1.2rem;
|
|
margin-left: calc(20% - 2.5rem);
|
|
margin-right: calc(20% - 2.5rem);
|
|
}
|
|
|
|
.advantage__title {
|
|
font-family: 'Futura', sans-serif;
|
|
color: #CF3476;
|
|
font-size: 1.5rem;
|
|
font-weight: bold;
|
|
margin-top: 0.1rem;
|
|
}
|
|
|
|
.advantage__text {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 1rem;
|
|
color: #333;
|
|
}
|
|
|
|
.about {
|
|
min-width: 25rem;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
height: 100%;
|
|
margin-left: calc(20% - 2.5rem);
|
|
margin-right: calc(20% - 2.5rem);
|
|
}
|
|
|
|
.about__parallax {
|
|
max-height: 30rem;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.about__title {
|
|
font-family: 'Futura', sans-serif;
|
|
font-size: 3rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin-top: 1rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.about__subtitle {
|
|
font-family: 'Futura', sans-serif;
|
|
color: #FF3D8C;
|
|
font-size: 1.5rem;
|
|
text-align: center;
|
|
margin-bottom: 0.5rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.about__text {
|
|
font-family: 'Futura', sans-serif;
|
|
color: #ddd;
|
|
font-size: 1.2rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer {
|
|
background-color: black;
|
|
} |