Skip to content
Snippets Groups Projects
Commit 2b911fb7 authored by c.balasankar's avatar c.balasankar
Browse files

Praveen

parent cf503dd1
Branches
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -18,6 +18,13 @@ textarea {
color: #222;
}
.circular {
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url(http://link-to-your/image.jpg) no-repeat;
}
body {
font-size: 1em;
line-height: 1.4;
......@@ -93,14 +100,84 @@ textarea {
Author's custom styles
========================================================================== */
p{
font-size: 14px;
}
header{
background-color: #000000;
padding: 70px 0 60px 0;
/*border-bottom: 5px solid #428BCA;*/
}
header button{
margin: 5px;
}
.centered{
margin-left: auto;
margin-right: auto;
}
#band{
background-color: #428BCA;
font-size: 15px;
padding: 10px;
}
#band a{
color: #efefef;
}
#home-boxes{
margin-top: 40px;
margin-bottom: 45px;
}
#home-boxes i{
font-size: 90px;
}
#save-poddery-campaign{
font-size: 14px;
margin: 40px auto 60px auto;
}
.supporter-logo{
height: 250px;
width: 250px;
display: block;
background-color: #EEEEEE;
border-radius: 50%;
}
.supporter-img{
height: 80px;
width: 80px;
display: inline-block;
background-color: #EEEEEE;
border-radius: 50%;
}
#supporters{
margin: 60px auto;
}
#supporters h1{
margin-bottom: 30px;
}
#supporters h6{
display: inline-block;
margin: 0;
font-size: 16px;
}
#supporters p{
font-size: 18px;
}
.donor-logo h6{
padding-top: 20px;
}
.donor-img{
margin-top: 30px;
margin-bottom: 50px;
}
.donor-img h6{
padding-top: 30px;
}
section button{
margin-top: 5px;
margin-bottom: 5px;
}
......
......@@ -92,8 +92,8 @@
</div>
<div class="row">
<div class="col-lg-5 text-center donor-logo">
<a href="">
<div class="supporter-logo centered"></div>
<a href="https://poddery.com/u/praveen">
<div class="supporter-logo centered"><img class="circular" src="images/praveen.jpg" width="100%" /></div>
<h6>Praveen Arimbrathodiyil</h6>
</a>
</div></div>
......
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