Commit f745a0ff by Siyam Kumar

correction2

parent bf8b9038
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</header> </header>
<div class='container'> <div class='container'>
<div> <div>
<img src="logo-f-secure.png" alt="fsecure"> <img src="logo-f-secure.png" alt="fsecure" class="subimage">
<div class="desc"> <div class="desc">
<h4>ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY</h4> <h4>ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY</h4>
<hr> <hr>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
<div> <div>
<img src="logo-digitainment.png" alt="digit"> <img src="logo-digitainment.png" alt="digit" class="subimage">
<div class="desc"> <div class="desc">
<h4>BE HOOKED !</h4> <h4>BE HOOKED !</h4>
<hr> <hr>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</div> </div>
<div> <div>
<img src="logo-adaptxt.png" id="img2" alt="adaptxt"> <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> <hr>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</div> </div>
<div> <div>
<img src="logo-hungama.png" alt="hungama"> <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> <hr>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
<div> <div>
<img src="logo-adaptxt.png" alt="adapt"> <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> <hr>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</div> </div>
<div> <div>
<img src="logo-read-where.png" alt="read"> <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> <hr>
......
...@@ -15,6 +15,7 @@ header > img { ...@@ -15,6 +15,7 @@ header > img {
color: #f4f9fd; color: #f4f9fd;
font-size: 24px; font-size: 24px;
cursor: default; cursor: default;
margin: 0;
} }
...@@ -24,12 +25,11 @@ header > img { ...@@ -24,12 +25,11 @@ header > img {
font-weight:lighter; font-weight:lighter;
cursor: default; cursor: default;
font-size: 18px; font-size: 18px;
margin: 0;
} }
hr { hr {
border: 1px solid #faf8f8; border: 1px solid #faf8f8;
margin-top: -20px;
margin-bottom:-10px;
} }
.container > div { .container > div {
...@@ -62,6 +62,9 @@ hr { ...@@ -62,6 +62,9 @@ hr {
} }
.desc { .desc {
margin-bottom: 50px; margin-bottom: 40px;
} }
.subimage {
margin-bottom: 30px;
}
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