Commit 9c3514a0 by Vinod

Updated after review (mobile code removed) - With Flex

parent 48f3a136
...@@ -113,124 +113,64 @@ body { ...@@ -113,124 +113,64 @@ body {
margin-top: 80%; margin-top: 80%;
} }
.only-mobile { /* Media Query for Mobile Devices */
display: none; @media (max-width: 480px) {
} .main-logo {
width: 18%;
margin: 20px;
/* Styling For Mobile */ position: absolute;
}
.header {
margin-top: 0;
height: 70px;
background-color: #41ca6e;
}
.logo-mobile img {
filter: grayscale(1) invert(1);
margin: 5% 0 5% 5%;
height: 22px;
}
.mobile-container {
width: 100%;
min-height: 65em;
background-color: #41ca6e;
position: relative;
}
.mobile-image {
width: 50%;
margin: 10% 0 0 25%;
position: absolute;
}
.mobile-logo {
width: 15%;
margin: 10% 0 5% 15%;
}
.mobile-title {
text-transform: uppercase;
font-weight: 650;
font-size: larger;
margin: 0 0 0 15%;
}
.mobile-hline {
width: 60%;
height: 1.5px;
background: white;
margin: 3% 0 3% 15%;
}
.mobile-offer {
text-transform: uppercase;
font-weight: 50;
margin: 0 0 0 15%;
}
.arrow { .card {
position: absolute; width: 100%;
margin: 15% 0 0 5%; }
border: solid white;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 15px;
}
.right { .hline {
transform: rotate(-45deg); width: 45%;
margin-left: 85%; }
}
.left { .desc {
transform: rotate(135deg); width: 100%;
} }
.dot { .wrapper {
height: 10px; width: 100%;
width: 10px; flex-direction: column;
background-color: white; }
border-radius: 50%;
position: absolute;
margin: 80% 0 0 45%;
}
.circle { .image-block .images {
width: 5px; margin-bottom: 5%;
padding-bottom: 5px; }
border-radius: 50%;
border: 3px solid white;
margin: 80% 0 0 49%;
}
.image-block .image1 {
width: 75%;
margin: 15% 15% 10% 0;
}
/* Media Query for Mobile Devices */ .image-block .image2 {
@media (max-width: 480px) { float: none;
.container { margin: 30% 30% 0 0;
display: none;
} }
.only-mobile { .logo {
width: 100%; margin: 20% 0 0 25%;
display: contents;
} }
} }
/* 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: 20px; margin: 20px;
position: absolute; position: absolute;
} }
.card { .card {
width: 50%; width: 50%;
min-height: 31em; min-height: 31em;
} }
.wrapper{ .wrapper {
width: 100%; width: 100%;
flex-direction: column; flex-direction: column;
} }
...@@ -257,14 +197,9 @@ body { ...@@ -257,14 +197,9 @@ body {
margin: 30% 30% 0 0; margin: 30% 30% 0 0;
} }
.logo{ .logo {
margin: 25% 0 0 25%; margin: 25% 0 0 25%;
} }
.logo-small {
width: 25%;
margin: 20% 0 0 25%;
}
} }
/* Media Query for Tablets Ipads portrait mode */ /* Media Query for Tablets Ipads portrait mode */
...@@ -274,7 +209,7 @@ body { ...@@ -274,7 +209,7 @@ body {
min-height: 21em; min-height: 21em;
} }
.desc{ .desc {
margin-top: 15%; margin-top: 15%;
} }
} }
......
...@@ -120,35 +120,5 @@ ...@@ -120,35 +120,5 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Mobile UI -->
<div class="only-mobile">
<div class="logo-mobile">
<img src="/Logos/logo-aoc.png" alt="logo-aoc">
</div>
<div class="mobile-container">
<div>
<img class="mobile-logo" src="/Logos/logo-f-secure.png" alt="logo-f-secure">
<div class="mobile-title">
<p>Astonishing <br>features requires <br>worry-free security</p>
</div>
<div class="mobile-hline"></div>
<div class="mobile-offer">
<p>1 year free mobile security</p>
</div>
</div>
<div class="arrow left"></div>
<div class="arrow right"></div>
<img class="mobile-image" src="/Images/image-1.png" alt="image-1">
<div class="dot"></div>
<div class="circle"></div>
</div>
</div>
</body> </body>
</html> </html>
\ 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