Commit c5e62f92 by Siyam Kumar

desktopview1

parent ab1ff1e6
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum scale=1" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="stylesheet" href="App.css">
</head>
......@@ -17,10 +17,10 @@
<div>
<img src="logo-f-secure.png" alt="fsecure" class="subimage">
<div class="desc">
<h4>ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY</h4>
<h4>Astonishing features requires worry-free security</h4>
<hr>
<br/>
<p>1 YEAR FREE MOBILE SECURITY</p>
<br />
<p>1 Year Free Mobile Security</p>
</div>
<img src="image-1.png" alt="image1" class="mainimage">
</div>
......@@ -28,10 +28,10 @@
<div>
<img src="logo-digitainment.png" alt="digit" class="subimage">
<div class="desc">
<h4>BE HOOKED !</h4>
<h4>Be hooked!</h4>
<hr>
<br/>
<p>2000+ MOVIES FROM BOLLYWOOD</p>
<br />
<p>2000+ Movies from Bollywood</p>
</div>
<img src="image-2.png" alt="image2" class="mainimage">
</div>
......@@ -39,9 +39,9 @@
<div>
<img src="logo-adaptxt.png" id="img2" alt="adaptxt" class="subimage">
<div class="desc">
<h4>THE BEST THINGS IN LIFE ARE FREE</h4>
<hr><br/>
<p>FREE MOBILE POUCH</p>
<h4>The best things in life are free</h4>
<hr><br />
<p>Free Mobile Pouch</p>
</div>
<img src="image-3.png" alt="image3" class="mainimage">
</div>
......@@ -49,9 +49,9 @@
<div>
<img src="logo-hungama.png" alt="hungama" class="subimage">
<div class="desc">
<h4>THE THUMP NEVER ENDS HERE</h4>
<hr><br/>
<p>1000'S OF SONGS </p>
<h4>The thump never ends here</h4>
<hr><br />
<p>1000’s of songs </p>
</div>
<img src="image-4.png" alt="image4" class="mainimage">
</div>
......@@ -59,9 +59,9 @@
<div>
<img src="logo-adaptxt.png" alt="adapt" class="subimage">
<div class="desc">
<h4>BEING GLOBALLY YOU</h4>
<hr><br/>
<p>21 INDIAN & FOREIGN LANGUAGES</p>
<h4>Being globally you</h4>
<hr><br />
<p>21 Indian & Foreign Languages</p>
</div>
<img src="image-5.png" alt="image5" class="mainimage">
</div>
......@@ -69,9 +69,9 @@
<div>
<img src="logo-read-where.png" alt="read" class="subimage">
<div class="desc">
<h4>FOR THE WISE</h4>
<hr><br/>
<p>1000 PTS DISCOUNT ON SUBSCRIPTION</p>
<h4>For the wise</h4>
<hr><br />
<p>1000 pts Discount on Subscription</p>
</div>
<img src="image-6.png" alt="image6" class="mainimage">
</div>
......
......@@ -15,6 +15,7 @@ header>img {
font-size: 24px;
cursor: default;
margin: 0;
text-transform: uppercase;
}
......@@ -98,27 +99,25 @@ hr {
background-color: initial;
filter: invert(1);
}
}
@media screen and (min-width: 780px) {
.container > div {
width: 33.3%;
min-height: 50%;
}
}
.mainimage {
/* display: none; */
float:right;
/* margin: -80px 220px; */
margin-top:-120px;
max-width: 160px;
}
margin-top:-170px;
max-width: 205px;
}
.desc{
max-height: 0px;
max-height: 65px;
}
.container h4{
......@@ -127,14 +126,23 @@ hr {
}
.container p{
font-size: smaller;
font-size: 13px;
float: left;
text-transform: uppercase;
}
hr{
width: 50%;
float: left;
text-indent: 100px;
}
.subimage{
margin-bottom: 13px;
margin-top: 60px;
}
.container h4 {
text-transform: initial;
font-size: 16px;
}
}
\ 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