Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .home-container {
- width: 100%;
- display: flex;
- overflow: auto;
- min-height: 100vh;
- align-items: center;
- flex-direction: column;
- justify-content: flex-start;
- }
- .home-banner {
- width: 100%;
- display: flex;
- padding: var(--dl-space-space-threeunits);
- align-items: center;
- flex-direction: column;
- justify-content: space-between;
- }
- .home-text03 {
- font-size: 3rem;
- text-align: center;
- }
- .home-text04 {
- max-width: var(--dl-size-size-maxwidth);
- margin-top: var(--dl-space-space-twounits);
- text-align: center;
- margin-bottom: var(--dl-space-space-twounits);
- }
- .home-button {
- color: var(--dl-color-gray-black);
- transition: 0.3s;
- padding-top: var(--dl-space-space-unit);
- padding-left: var(--dl-space-space-twounits);
- padding-right: var(--dl-space-space-twounits);
- padding-bottom: var(--dl-space-space-unit);
- }
- .home-button:hover {
- transform: scale(1.02);
- }
- .home-stats {
- width: 100%;
- display: flex;
- padding: var(--dl-space-space-threeunits);
- max-width: var(--dl-size-size-maxwidth);
- justify-content: center;
- }
- .home-stat {
- display: flex;
- padding: var(--dl-space-space-twounits);
- align-items: center;
- flex-direction: column;
- }
- .home-icon {
- fill: var(--dl-color-gray-700);
- width: var(--dl-size-size-small);
- height: var(--dl-size-size-small);
- }
- .home-text05 {
- font-size: 1.15rem;
- margin-top: var(--dl-space-space-halfunit);
- text-align: center;
- }
- .home-text06 {
- color: var(--dl-color-gray-700);
- font-size: 0.75rem;
- margin-top: var(--dl-space-space-halfunit);
- text-align: center;
- }
- .home-text07 {
- font-size: 3rem;
- margin-top: var(--dl-space-space-halfunit);
- font-weight: 300;
- }
- .home-stat1 {
- display: flex;
- padding: var(--dl-space-space-twounits);
- align-items: center;
- flex-direction: column;
- }
- .home-icon3 {
- fill: var(--dl-color-gray-700);
- width: var(--dl-size-size-small);
- height: var(--dl-size-size-small);
- }
- .home-text08 {
- font-size: 1.15rem;
- margin-top: var(--dl-space-space-halfunit);
- text-align: center;
- }
- .home-text09 {
- color: var(--dl-color-gray-700);
- font-size: 0.75rem;
- margin-top: var(--dl-space-space-halfunit);
- text-align: center;
- }
- .home-text10 {
- font-size: 3rem;
- margin-top: var(--dl-space-space-halfunit);
- font-weight: 300;
- }
- @media(max-width: 991px) {
- .home-text04 {
- max-width: 100%;
- }
- }
- @media(max-width: 767px) {
- .home-banner {
- padding-left: var(--dl-space-space-twounits);
- padding-right: var(--dl-space-space-twounits);
- }
- .home-text04 {
- padding-left: var(--dl-space-space-unit);
- padding-right: var(--dl-space-space-unit);
- }
- .home-stats {
- padding-left: var(--dl-space-space-twounits);
- padding-right: var(--dl-space-space-twounits);
- }
- .home-stat {
- padding: var(--dl-space-space-unit);
- }
- .home-text05 {
- text-align: center;
- }
- .home-stat1 {
- padding: var(--dl-space-space-unit);
- }
- .home-text08 {
- text-align: center;
- }
- }
- @media(max-width: 479px) {
- .home-banner {
- padding-top: var(--dl-space-space-twounits);
- padding-left: var(--dl-space-space-unit);
- padding-right: var(--dl-space-space-unit);
- padding-bottom: var(--dl-space-space-twounits);
- }
- .home-stats {
- align-items: center;
- padding-top: var(--dl-space-space-twounits);
- padding-left: var(--dl-space-space-unit);
- padding-right: var(--dl-space-space-unit);
- flex-direction: column;
- padding-bottom: var(--dl-space-space-twounits);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment