Commit 1cc0d38d by Siyam Kumar

changesdesktoptab

parent c5e62f92
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
<div class="desc"> <div class="desc">
<h4>Astonishing features requires worry-free security</h4> <h4>Astonishing features requires worry-free security</h4>
<hr> <hr>
<br />
<p>1 Year Free Mobile Security</p> <p>1 Year Free Mobile Security</p>
</div> </div>
<img src="image-1.png" alt="image1" class="mainimage"> <img src="image-1.png" alt="image1" class="mainimage">
...@@ -30,7 +29,6 @@ ...@@ -30,7 +29,6 @@
<div class="desc"> <div class="desc">
<h4>Be hooked!</h4> <h4>Be hooked!</h4>
<hr> <hr>
<br />
<p>2000+ Movies from Bollywood</p> <p>2000+ Movies from Bollywood</p>
</div> </div>
<img src="image-2.png" alt="image2" class="mainimage"> <img src="image-2.png" alt="image2" class="mainimage">
...@@ -40,7 +38,7 @@ ...@@ -40,7 +38,7 @@
<img src="logo-adaptxt.png" id="img2" alt="adaptxt" class="subimage"> <img src="logo-adaptxt.png" id="img2" alt="adaptxt" class="subimage">
<div class="desc"> <div class="desc">
<h4>The best things in life are free</h4> <h4>The best things in life are free</h4>
<hr><br /> <hr>
<p>Free Mobile Pouch</p> <p>Free Mobile Pouch</p>
</div> </div>
<img src="image-3.png" alt="image3" class="mainimage"> <img src="image-3.png" alt="image3" class="mainimage">
...@@ -50,7 +48,7 @@ ...@@ -50,7 +48,7 @@
<img src="logo-hungama.png" alt="hungama" class="subimage"> <img src="logo-hungama.png" alt="hungama" class="subimage">
<div class="desc"> <div class="desc">
<h4>The thump never ends here</h4> <h4>The thump never ends here</h4>
<hr><br /> <hr>
<p>1000’s of songs </p> <p>1000’s of songs </p>
</div> </div>
<img src="image-4.png" alt="image4" class="mainimage"> <img src="image-4.png" alt="image4" class="mainimage">
...@@ -60,7 +58,7 @@ ...@@ -60,7 +58,7 @@
<img src="logo-adaptxt.png" alt="adapt" class="subimage"> <img src="logo-adaptxt.png" alt="adapt" class="subimage">
<div class="desc"> <div class="desc">
<h4>Being globally you</h4> <h4>Being globally you</h4>
<hr><br /> <hr>
<p>21 Indian & Foreign Languages</p> <p>21 Indian & Foreign Languages</p>
</div> </div>
<img src="image-5.png" alt="image5" class="mainimage"> <img src="image-5.png" alt="image5" class="mainimage">
...@@ -70,7 +68,7 @@ ...@@ -70,7 +68,7 @@
<img src="logo-read-where.png" alt="read" class="subimage"> <img src="logo-read-where.png" alt="read" class="subimage">
<div class="desc"> <div class="desc">
<h4>For the wise</h4> <h4>For the wise</h4>
<hr><br /> <hr>
<p>1000 pts Discount on Subscription</p> <p>1000 pts Discount on Subscription</p>
</div> </div>
<img src="image-6.png" alt="image6" class="mainimage"> <img src="image-6.png" alt="image6" class="mainimage">
......
...@@ -26,6 +26,7 @@ header>img { ...@@ -26,6 +26,7 @@ header>img {
cursor: default; cursor: default;
font-size: 18px; font-size: 18px;
margin: 0; margin: 0;
text-transform: uppercase;
} }
hr { hr {
...@@ -87,18 +88,18 @@ hr { ...@@ -87,18 +88,18 @@ hr {
} }
.mainimage { .mainimage {
max-height: 200px; min-height: 200px;
} }
.subimage { .subimage {
margin-top: 18px; margin-top: 25px;
} }
header { header {
position: fixed; position: fixed;
background-color: initial; background-color: initial;
filter: invert(1); filter: invert(1);
} }
} }
@media screen and (min-width: 780px) { @media screen and (min-width: 780px) {
...@@ -109,13 +110,11 @@ hr { ...@@ -109,13 +110,11 @@ hr {
} }
.mainimage { .mainimage {
/* display: none; */
float:right; float:right;
/* margin: -80px 220px; */
margin-top:-170px; margin-top:-170px;
max-width: 205px; max-width: 200px;
} max-height:150px ;
}
.desc{ .desc{
max-height: 65px; max-height: 65px;
} }
...@@ -129,11 +128,13 @@ hr { ...@@ -129,11 +128,13 @@ hr {
font-size: 13px; font-size: 13px;
float: left; float: left;
text-transform: uppercase; text-transform: uppercase;
margin-top: initial;
} }
hr{ hr{
width: 50%; width: 50%;
float: left; float: left;
margin-right: 115px;
} }
.subimage{ .subimage{
...@@ -142,7 +143,7 @@ hr { ...@@ -142,7 +143,7 @@ hr {
} }
.container h4 { .container h4 {
text-transform: initial; text-transform: initial;
font-size: 16px; font-size: 15px;
} }
} }
\ 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