Commit d9982d7e by Vinod

MInor changes

parent 43342931
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
html, html,
body { body {
width: 100%; width: 100%;
height: 100%; height: 100%;
color: white; color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} }
.container>div:nth-child(1) { .container > div:nth-child(1) {
background-color: #41ca6e; background-color: #41ca6e;
} }
.container>div:nth-child(2) { .container > div:nth-child(2) {
background-color: #fab153; background-color: #fab153;
} }
.container>div:nth-child(3) { .container > div:nth-child(3) {
background-color: #7277d5; background-color: #7277d5;
} }
.container>div:nth-child(4) { .container > div:nth-child(4) {
background-color: #f87d51; background-color: #f87d51;
} }
.container>div:nth-child(5) { .container > div:nth-child(5) {
background-color: #ed5466; background-color: #ed5466;
} }
.container>div:nth-child(6) { .container > div:nth-child(6) {
background-color: #4ec2e7; background-color: #4ec2e7;
} }
.container { .container {
margin: 0 auto; margin: 0 auto;
height: 100%; height: 100%;
width: 100%; width: 100%;
} }
.card { .card {
float: left; float: left;
width: calc(100%/3); width: calc(100% / 3);
height: calc(100%/2); height: calc(100% / 2);
} }
.wrapper { .wrapper {
width: 100%; width: 100%;
} }
.hline { .hline {
width: 55%; width: 55%;
height: 1.5px; height: 1.5px;
background: white; background: white;
margin: 5% 5% 10px 25%; margin: 5% 5% 10px 25%;
} }
.main-logo { .main-logo {
position: absolute; position: absolute;
width: 4%; width: 4%;
margin: 1.5% 0 0 1.5%; margin: 1.5% 0 0 1.5%;
} }
.desc { .desc {
width: 60%; width: 60%;
float: left; float: left;
} }
.title { .title {
color: white; color: white;
font-weight: lighter; font-weight: lighter;
margin-left: 25%; margin-left: 25%;
} }
.offer { .offer {
color: white; color: white;
text-transform: uppercase; text-transform: uppercase;
font-weight: lighter; font-weight: lighter;
font-size: smaller; font-size: smaller;
margin-left: 25%; margin-left: 25%;
} }
.logo { .logo {
width: 18%; width: 18%;
margin: 35% 0 5% 25%; margin: 35% 0 5% 25%;
} }
.image-block { .image-block {
width: 40%; width: 40%;
float: right; float: right;
} }
.image-block .images { .image-block .images {
float: left; float: left;
width: 80%; width: 80%;
margin: 8% 0 0 5%; margin: 8% 0 0 5%;
} }
.image-block .image1 { .image-block .image1 {
float: left; float: left;
width: 90%; width: 90%;
margin: 40% 20% 0 0; margin: 40% 20% 0 0;
} }
.image-block .image2 { .image-block .image2 {
float: left; float: left;
width: 100%; width: 100%;
margin-top: 80%; margin-top: 80%;
} }
.only-mobile { .only-mobile {
display: none; display: none;
} }
/* Media Query for Mobile Devices */ /* Media Query for Mobile Devices */
@media (max-width: 480px) { @media (max-width: 480px) {
.main-logo { .main-logo {
width: 13%; width: 13%;
margin: 15px; margin: 15px;
} }
.card { .card {
width: 100%; width: 100%;
min-height: 31em; min-height: 31em;
} }
.hline { .hline {
width: 40%; width: 40%;
margin: 2% 0 2% 25%; margin: 2% 0 2% 25%;
} }
.desc { .desc {
width: 100%; width: 100%;
} }
.image-block { .image-block {
width: 100%; width: 60%;
float: none; float: none;
margin-left: 30%; margin-left: 30%;
} }
.image-block .images { .image-block .images {
float: none; float: none;
width: 26%; width: 50%;
margin: 10% 0 0 5%; margin: 10% 0 0 5%;
} }
.image-block .image1 { .image-block .image1 {
width: 30%; width: 50%;
float: none; float: none;
margin-top: 8%; margin-top: 8%;
} }
.image-block .image2 { .image-block .image2 {
float: none; float: none;
width: 45%; width: 75%;
margin: 10% 30% 0 0; margin: 10% 30% 0 0;
} }
.logo { .logo {
width: 12%; width: 12%;
margin: 21% 0 0 25%; margin: 21% 0 0 25%;
} }
} }
/* Media Query for low resolution Tablets, Ipads */ /* Media Query for low resolution Tablets, Ipads */
@media (min-width: 480px) and (max-width: 768px) { @media (min-width: 480px) and (max-width: 768px) {
.main-logo { .main-logo {
width: 10%; width: 10%;
margin: 15px; margin: 15px;
} }
.card { .card {
width: 50%; width: 50%;
min-height: 31em; min-height: 31em;
} }
.desc { .desc {
width: 100%; width: 100%;
} }
.image-block { .image-block {
width: 50%; width: 50%;
float: none; float: none;
margin-left: 30%; margin-left: 30%;
} }
.image-block .images { .image-block .images {
float: none; float: none;
width: 65%; width: 65%;
margin: 10% 0 0 5%; margin: 10% 0 0 5%;
} }
.image-block .image1 { .image-block .image1 {
width: 75%; width: 75%;
margin: 15% 15% 0 0; margin: 15% 15% 0 0;
} }
.image-block .image2 { .image-block .image2 {
float: none; float: none;
margin: 30% 30% 0 0; margin: 30% 30% 0 0;
} }
.logo { .logo {
margin: 25% 0 0 25%; margin: 25% 0 0 25%;
} }
} }
/* Media Query for Tablets Ipads portrait mode */ /* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 992px) { @media (min-width: 768px) and (max-width: 992px) {
.card { .card {
width: 50%; width: 50%;
min-height: 21em; min-height: 20em;
} }
} }
/* Media Query for Laptops and Desktops */ /* Media Query for Laptops and Desktops */
@media (min-width: 992px) and (max-width: 1280px) { @media (min-width: 992px) and (max-width: 1280px) {
.card { .card {
width: 33.33%; width: 33.33%;
min-height: 20em; min-height: 20em;
} }
.wrapper { .wrapper {
margin-top: 2em; margin-top: 2em;
} }
} }
/* Media Query for Large screens */ /* Media Query for Large screens */
@media (min-width: 1280px) { @media (min-width: 1280px) {
.card { .card {
width: 33.33%; width: 33.33%;
min-height: 23em; min-height: 23em;
} }
.wrapper { .wrapper {
margin-top: 2em; margin-top: 2em;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment