Commit f745a0ff by Siyam Kumar

correction2

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