Commit 43342931 by Vinod

Updated after review (mobile code removed) - Without Grid & Flex

parent 7db9a694
...@@ -115,117 +115,64 @@ body { ...@@ -115,117 +115,64 @@ body {
display: none; display: none;
} }
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
.main-logo {
width: 13%;
margin: 15px;
}
/* Styling For Mobile */ .card {
.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 {
margin: auto;
width: 100%; width: 100%;
min-height: 65em; min-height: 31em;
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 {
display: block;
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 { .hline {
position: absolute; width: 40%;
margin: 15% 0 0 5%; margin: 2% 0 2% 25%;
border: solid white; }
border-width: 0 2px 2px 0;
display: inline-block;
padding: 15px;
}
.right { .desc {
transform: rotate(-45deg); width: 100%;
display: inline-block; }
margin-left: 80%;
}
.left { .image-block {
transform: rotate(135deg); width: 100%;
} float: none;
margin-left: 30%;
}
.dot { .image-block .images {
display: inline-block; float: none;
height: 10px; width: 26%;
width: 10px; margin: 10% 0 0 5%;
background-color: white; }
border-radius: 50%;
position: absolute;
margin: 80% 0 0 45%;
}
.circle { .image-block .image1 {
display: inline-block; width: 30%;
width: 5px; float: none;
padding-bottom: 5px; margin-top: 8%;
border-radius: 50%; }
border: 3px solid white;
margin: 80% 0 0 49%;
}
/* Media Query for Mobile Devices */ .image-block .image2 {
@media (max-width: 480px) { float: none;
.container { width: 45%;
display: none; margin: 10% 30% 0 0;
} }
.only-mobile { .logo {
width: 100%; width: 12%;
display: contents; 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;
...@@ -257,7 +204,7 @@ body { ...@@ -257,7 +204,7 @@ body {
margin: 30% 30% 0 0; margin: 30% 30% 0 0;
} }
.logo{ .logo {
margin: 25% 0 0 25%; margin: 25% 0 0 25%;
} }
} }
......
...@@ -120,35 +120,6 @@ ...@@ -120,35 +120,6 @@
</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