Commit 48f3a136 by Vinod

Updated with Flex

parent 1514e03a
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box;
} }
html, html,
...@@ -12,104 +11,106 @@ body { ...@@ -12,104 +11,106 @@ body {
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;
} }
.row>div:nth-child(1) { .container>div:nth-child(1) {
background-color: #41ca6e; background-color: #41ca6e;
} }
.row>div:nth-child(2) { .container>div:nth-child(2) {
background-color: #fab153; background-color: #fab153;
} }
.row>div:nth-child(3) { .container>div:nth-child(3) {
background-color: #7277d5; background-color: #7277d5;
} }
.row>div:nth-child(4) { .container>div:nth-child(4) {
background-color: #f87d51; background-color: #f87d51;
} }
.row>div:nth-child(5) { .container>div:nth-child(5) {
background-color: #ed5466; background-color: #ed5466;
} }
.row>div:nth-child(6) { .container>div:nth-child(6) {
background-color: #4ec2e7; background-color: #4ec2e7;
} }
.container {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 0;
height: 100%;
width: 100%;
}
.hline { .card {
width: 10rem; min-width: calc(100%/3);
height: 1.5px; /* height: 50vh; */
background: white; min-height: calc(100%/2);
margin: 10px 0 10px 0;
} }
.row { .wrapper {
display: flex; display: flex;
box-sizing: border-box;
flex-direction: row;
width: 100%; width: 100%;
flex-wrap: wrap; align-items: center;
} }
.row .column { .main-logo {
display: flex; max-width: 100%;
flex-basis: calc(100% / 3); width: 5%;
align-items: flex-start; margin: 25px 0 0 25px;
min-height: 50%; position: absolute;
} }
.desc { .desc {
position: absolute; width: 60%;
margin: 15rem 0 0 5rem; }
.hline {
width: 55%;
height: 1.5px;
background: white;
margin: 2% 0 2% 25%;
} }
.title { .title {
color: white;
font-weight: lighter; font-weight: lighter;
margin-left: 25%;
margin-top: 3%;
} }
.offer { .offer {
color: white;
text-transform: uppercase; text-transform: uppercase;
font-weight: lighter; font-weight: lighter;
font-size: smaller; font-size: smaller;
margin-left: 25%;
} }
.logo { .logo {
position: absolute; width: 15%;
width: 50px; margin-left: 25%;
margin: 11rem 0 0 5rem; margin-top: 30%;
} }
.main-logo { .image-block {
display: flex; width: 40%;
flex-direction: row;
max-width: 100%;
width: 15%;
margin: 25px 0 0 25px;
} }
.column .images { .image-block .images {
display: flex; width: 80%;
max-width: 100%; margin: 20% 0 0 8%;
width: 35%;
margin: 5rem 0 0 19rem;
} }
.row .column .image1 { .image-block .image1 {
max-width: 100%; width: 80%;
width: 13%; margin: 55% 0 0 5%;
margin-left: 18rem;
position: absolute;
margin-top: 10rem;
} }
.row .column .image2 { .image-block .image2 {
display: flex; float: left;
max-width: 100%; width: 100%;
width: 55%; margin-top: 80%;
margin: 12rem 0 0 14rem;
} }
.only-mobile { .only-mobile {
...@@ -127,51 +128,51 @@ body { ...@@ -127,51 +128,51 @@ body {
.logo-mobile img { .logo-mobile img {
filter: grayscale(1) invert(1); filter: grayscale(1) invert(1);
margin: 20px 0 20px 15px; margin: 5% 0 5% 5%;
height: 22px; height: 22px;
} }
.mobile-container { .mobile-container {
width: 100%; width: 100%;
height: 100%; min-height: 65em;
background-color: #41ca6e; background-color: #41ca6e;
position: relative;
} }
.mobile-image { .mobile-image {
width: 50%; width: 50%;
margin: 2rem 5rem 0 5rem; margin: 10% 0 0 25%;
position: absolute; position: absolute;
} }
.mobile-logo { .mobile-logo {
width: 15%; width: 15%;
margin: 2rem 0 1rem 4rem; margin: 10% 0 5% 15%;
} }
.mobile-title { .mobile-title {
text-transform: uppercase; text-transform: uppercase;
font-weight: 650; font-weight: 650;
font-size: larger; font-size: larger;
margin: 0 0 0 4rem; margin: 0 0 0 15%;
} }
.mobile-hline { .mobile-hline {
width: 14rem; width: 60%;
height: 1.5px; height: 1.5px;
background: white; background: white;
margin: 10px 0 10px 4rem; margin: 3% 0 3% 15%;
} }
.mobile-offer { .mobile-offer {
text-transform: uppercase; text-transform: uppercase;
font-weight: 50; font-weight: 50;
font-size: 17px; margin: 0 0 0 15%;
margin: 0 0 0 4rem;
} }
.arrow { .arrow {
position: absolute; position: absolute;
margin: 5rem 0 0 1.5rem; margin: 15% 0 0 5%;
border: solid white; border: solid white;
border-width: 0 2px 2px 0; border-width: 0 2px 2px 0;
display: inline-block; display: inline-block;
...@@ -180,16 +181,11 @@ body { ...@@ -180,16 +181,11 @@ body {
.right { .right {
transform: rotate(-45deg); transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); margin-left: 85%;
} }
.left { .left {
transform: rotate(135deg); transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.right-arrow {
margin-left: 17rem;
} }
.dot { .dot {
...@@ -198,34 +194,111 @@ body { ...@@ -198,34 +194,111 @@ body {
background-color: white; background-color: white;
border-radius: 50%; border-radius: 50%;
position: absolute; position: absolute;
margin: 20rem 0 0 10rem; margin: 80% 0 0 45%;
} }
.circle { .circle {
position: absolute; width: 5px;
width: 10px;
padding-bottom: 5px; padding-bottom: 5px;
border-radius: 50%; border-radius: 50%;
border: 3px solid white; border: 3px solid white;
margin: 20rem 0 0 11rem; margin: 80% 0 0 49%;
} }
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
.container {
display: none;
}
@media screen and (max-width: 768px) { .only-mobile {
width: 100%;
display: contents;
}
}
.row .column{ /* Media Query for low resolution Tablets, Ipads */
@media (min-width: 480px) and (max-width: 768px) {
.main-logo{
width: 10%;
margin: 20px;
position: absolute;
}
.card {
width: 50%; width: 50%;
min-height: 31em;
} }
}
@media screen and (max-width: 480px) { .wrapper{
.row .column { width: 100%;
display: none; flex-direction: column;
} }
.only-mobile { .desc {
width: 100%; width: 100%;
display: contents;
} }
.image-block {
width: 50%;
}
.image-block .images {
width: 65%;
}
.image-block .image1 {
width: 75%;
margin: 15% 15% 0 0;
}
.image-block .image2 {
float: none;
margin: 30% 30% 0 0;
}
.logo{
margin: 25% 0 0 25%;
}
.logo-small {
width: 25%;
margin: 20% 0 0 25%;
}
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 769px) and (max-width: 992px) {
.card {
width: 50%;
min-height: 21em;
}
.desc{
margin-top: 15%;
}
}
/* Media Query for Laptops and Desktops */
@media (min-width: 992px) and (max-width: 1280px) {
.card {
width: 33.33%;
min-height: 22em;
}
.wrapper {
margin-top: 2em;
}
}
/* Media Query for Large screens */
@media (min-width: 1280px) {
.card {
width: 33.33%;
min-height: 25em;
}
/* .wrapper {
margin-top: 1em;
} */
} }
\ No newline at end of file
...@@ -5,95 +5,119 @@ ...@@ -5,95 +5,119 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>Responsive Layout(without Grid & Flex)</title>
<link rel="stylesheet" href="/CSS/style.css"> <link rel="stylesheet" href="/CSS/style.css">
</head> </head>
<body> <body>
<div class="row"> <div class="container">
<div class="column"> <div class="card">
<img class="main-logo" src="/Logos/logo-aoc.png" alt="logo-aoc"> <img class="main-logo" src="/Logos/logo-aoc.png" alt="logo-aoc">
<img class="logo" src="/Logos/logo-f-secure.png" alt="logo-f-secure"> <div class="wrapper">
<div class="desc"> <div class="desc">
<div class="title"> <img class="logo" src="/Logos/logo-f-secure.png" alt="logo-f-secure">
<p>Astonishing <br>features requires <br>worry-free security</p> <div class="title">
<p>Astonishing <br>features requires <br>worry-free security</p>
</div>
<div class="hline"></div>
<div class="offer">
<p>1 year free mobile security</p>
</div>
</div> </div>
<div class="hline"></div> <div class="image-block">
<div class="offer"> <img class="image1" src="/Images/image-1.png" alt="image-1">
<p>1 year free mobile security</p>
</div> </div>
</div> </div>
<img class="image1" src="/Images/image-1.png" alt="image-1">
</div> </div>
<div class="column"> <div class="card">
<img class="logo" src="/Logos/logo-digitainment.png" alt="logo-f-secure"> <div class="wrapper">
<div class="desc"> <div class="desc">
<div class="title"> <img class="logo" src="/Logos/logo-digitainment.png" alt="logo-f-secure">
<p>Be hooked!</p> <div class="title">
<p>Be hooked!</p>
</div>
<div class="hline"></div>
<div class="offer">
<p>2000+ movies from bollywood</p>
</div>
</div> </div>
<div class="hline"></div> <div class="image-block">
<div class="offer"> <img class="images" src="/Images/image-2.png" alt="image-2">
<p>2000+ movies from bollywood</p>
</div> </div>
</div> </div>
<img class="images" src="/Images/image-2.png" alt="image-2">
</div> </div>
<div class="column"> <div class="card">
<img class="logo" src="/Logos/logo-adaptxt.png" alt="logo-f-secure"> <div class="wrapper">
<div class="desc"> <div class="desc">
<div class="title"> <img class="logo" src="/Logos/logo-adaptxt.png" alt="logo-f-secure">
<p>The best things in <br>life are free<br></p> <div class="title">
<p>The best things in <br>life are free<br></p>
</div>
<div class="hline"></div>
<div class="offer">
<p>free mobile pouch</p>
</div>
</div> </div>
<div class="hline"></div> <div class="image-block">
<div class="offer"> <img class="images" src="/Images/image-3.png" alt="image-3">
<p>free mobile pouch</p>
</div> </div>
</div> </div>
<img class="images" src="/Images/image-3.png" alt="image-3">
</div> </div>
<div class="column"> <div class="card">
<img class="logo" src="/Logos/logo-hungama.png" alt="logo-f-secure"> <div class="wrapper">
<div class="desc"> <div class="desc">
<div class="title"> <img class="logo" src="/Logos/logo-hungama.png" alt="logo-f-secure">
<p>The thump <br>never ends here</p> <div class="title">
<p>The thump <br>never ends here</p>
</div>
<div class="hline"></div>
<div class="offer">
<p>1000's of songs</p>
</div>
</div> </div>
<div class="hline"></div> <div class="image-block">
<div class="offer"> <img class="images" src="/Images/image-4.png" alt="image-4">
<p>1000's of songs</p>
</div> </div>
</div> </div>
<img class="images" src="/Images/image-4.png" alt="image-4">
</div> </div>
<div class="column"> <div class="card">
<img class="logo" src="/Logos/logo-adaptxt.png" alt="logo-f-secure"> <div class="wrapper">
<div class="desc"> <div class="desc">
<div class="title"> <img class="logo" src="/Logos/logo-adaptxt.png" alt="logo-f-secure">
<p>Being globally you</p> <div class="title">
<p>Being globally you</p>
</div>
<div class="hline"></div>
<div class="offer">
<p>21 indian & foreign languages</p>
</div>
</div> </div>
<div class="hline"></div> <div class="image-block">
<div class="offer"> <img class="images" src="/Images/image-5.png" alt="image-5">
<p>21 indian & foreign languages</p>
</div> </div>
</div> </div>
<img class="images" src="/Images/image-5.png" alt="image-5">
</div> </div>
<div class="column"> <div class="card">
<img class="logo" src="/Logos/logo-read-where.png" alt="logo-f-secure"> <div class="wrapper">
<div class="desc"> <div class="desc">
<div class="title"> <img class="logo" src="/Logos/logo-read-where.png" alt="logo-f-secure">
<p>For the wise</p> <div class="title">
<p>For the wise</p>
</div>
<div class="hline"></div>
<div class="offer">
<p>1000 pts discount <br>on subscription</p>
</div>
</div> </div>
<div class="hline"></div> <div class="image-block">
<div class="offer"> <img class="image2" src="/Images/image-6.png" alt="image-6">
<p>1000 pts discount <br>on subscription</p>
</div> </div>
</div> </div>
<img class="image2" src="/Images/image-6.png" alt="image-6">
</div> </div>
</div> </div>
...@@ -117,9 +141,7 @@ ...@@ -117,9 +141,7 @@
</div> </div>
<div class="arrow left"></div> <div class="arrow left"></div>
<div class="right-arrow"> <div class="arrow right"></div>
<div class="arrow right"></div>
</div>
<img class="mobile-image" src="/Images/image-1.png" alt="image-1"> <img class="mobile-image" src="/Images/image-1.png" alt="image-1">
......
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