Commit d149f251 by Siyam Kumar

setmargin

parent 9846f561
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="stylesheet" href="App.css"> <link rel="stylesheet" href="App.css">
</head> </head>
...@@ -16,52 +17,53 @@ ...@@ -16,52 +17,53 @@
<div class='container'> <div class='container'>
<div> <div>
<img src="logo-f-secure.png" alt="fsecure" class="subimage"> <img src="logo-f-secure.png" alt="fsecure" class="subimage">
<h4>ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY</h4> <h4>ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY</h4>
<hr> <hr>
<p>1 YEAR FREE MOBILE SECURITY</p> <p>1 YEAR FREE MOBILE SECURITY</p>
<img src="image-1.png" alt="image1" class="mainimage"> <img src="image-1.png" alt="image1" class="mainimage">
</div> </div>
<div> <div>
<img src="logo-digitainment.png" alt="digit" class="subimage"> <img src="logo-digitainment.png" alt="digit" class="subimage">
<h4>BE HOOKED !</h4> <h4>BE HOOKED !</h4>
<hr> <hr>
<p>2000+ MOVIES FROM BOLLYWOOD</p> <p>2000+ MOVIES FROM BOLLYWOOD</p>
<img src="image-2.png" alt="image2" class="mainimage"> <img src="image-2.png" alt="image2" class="mainimage">
</div> </div>
<div> <div>
<img src="logo-adaptxt.png" id="img2" alt="adaptxt" class="subimage"> <img src="logo-adaptxt.png" id="img2" alt="adaptxt" class="subimage">
<h4>THE BEST THINGS IN LIFE ARE FREE</h4> <h4>THE BEST THINGS IN LIFE ARE FREE</h4>
<hr> <hr>
<p>FREE MOBILE POUCH</p> <p>FREE MOBILE POUCH</p>
<img src="image-3.png" alt="image3" class="mainimage"> <img src="image-3.png" alt="image3" class="mainimage">
</div> </div>
<div> <div>
<img src="logo-hungama.png" alt="hungama" class="subimage"> <img src="logo-hungama.png" alt="hungama" class="subimage">
<h4>THE THUMP NEVER ENDS HERE</h4> <h4>THE THUMP NEVER ENDS HERE</h4>
<hr> <hr>
<p>1000s OF SONGS</p> <p>1000s OF SONGS</p>
<img src="image-4.png" alt="image4" class="mainimage"> <img src="image-4.png" alt="image4" class="mainimage">
</div> </div>
<div> <div>
<img src="logo-adaptxt.png" alt="adapt" class="subimage"> <img src="logo-adaptxt.png" alt="adapt" class="subimage">
<h4>BEING GLOBALLY YOU</h4> <h4>BEING GLOBALLY YOU</h4>
<hr> <hr>
<p>21 INDIAN & FOREIGN LANGUAGES</p> <p>21 INDIAN & FOREIGN LANGUAGES</p>
<img src="image-5.png" alt="image5" class="mainimage"> <img src="image-5.png" alt="image5" class="mainimage">
</div> </div>
<div> <div>
<img src="logo-read-where.png" alt="read" class="subimage"> <img src="logo-read-where.png" alt="read" class="subimage">
<h4>FOR THE WISE</h4> <h4>FOR THE WISE</h4>
<hr> <hr>
<p>1000 PTS DISCOUNT ON SUBSCRIPTION</p> <p>1000 PTS DISCOUNT ON SUBSCRIPTION</p>
<img src="image-6.png" alt="image6" class="mainimage"> <img src="image-6.png" alt="image6" class="mainimage">
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
header { header {
padding-top: 20px; padding: 15px;
padding-bottom: 15px;
padding-left: 15px;
position: sticky; position: sticky;
top: 0; top: 0;
filter: invert(1); background-color: #fcf8f8;
background-color: #000000;
} }
header > img { header > img {
filter: invert(1);
height: 30px; height: 30px;
} }
.container h4 { .container h4 {
color: #f4f9fd; color: #f4f9fd;
padding-left: 50px; padding:0px 60px 0px 50px;
padding-right: 60px;
font-size: 24px; font-size: 24px;
cursor: default; cursor: default;
} }
...@@ -38,8 +35,7 @@ hr { ...@@ -38,8 +35,7 @@ hr {
.container > div { .container > div {
width: 390px; width: 390px;
height:750px; padding: 20px;
overflow: hidden;
} }
.container> :nth-child(1) { .container> :nth-child(1) {
...@@ -61,13 +57,11 @@ hr { ...@@ -61,13 +57,11 @@ hr {
background-color: #4dc1e9; background-color: #4dc1e9;
} }
.mainimage { .mainimage {
padding-left: 80px; padding: 40px 0px 0px 60px;
padding-top: 40px;
} }
.subimage { .subimage {
padding-left: 50px; padding-left: 50px;
padding-top: 45px; padding-top: 10px;
} }
\ 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