Social Icon for Footer :
Learn What is Css
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
@import
url('http://fonts.googleapis.com/css?family=Lato:300');
@import
url('http://weloveiconfonts.com/api/?family=entypo');
*
{
margin: 0;
padding: 0;
}
html, body
{
height: 100%;
}
body
{
background: #ddd;
}
.content
{
padding: 30px;
font: 300 40px Lato, sans-serif;
text-align: center;
color: #999;
background: #eee;
}
.footer
{
padding: 20px 0;
text-align: center;
}
.social
{
display: inline-block;
width: 70px;
height: 70px;
margin: 0 10px;
line-height: 70px;
font-family: Entypo;
font-size: 35px;
text-align: center;
color: #bbb;
border-radius: 50%;
background: #eee;
overflow: hidden;
transition: color .3s;
}
.social:hover
{
color: #59d;
cursor: pointer;
}
.social
{
box-shadow: rgb(210, 210,
210) 1px 1px,
rgb(210, 210, 210) 2px
2px, rgb(211, 211,
211) 3px 3px,
rgb(211, 211, 211) 4px
4px, rgb(211, 211,
211) 5px 5px,
rgb(212, 212, 212) 6px
6px, rgb(212, 212,
212) 7px 7px,
rgb(212, 212, 212) 8px
8px, rgb(213, 213,
213) 9px 9px,
rgb(213, 213, 213) 10px
10px, rgb(214, 214,
214) 11px 11px,
rgb(214, 214, 214) 12px
12px, rgb(214, 214,
214) 13px 13px,
rgb(215, 215, 215) 14px
14px, rgb(215, 215,
215) 15px 15px,
rgb(215, 215, 215) 16px
16px, rgb(216, 216,
216) 17px 17px,
rgb(216, 216, 216) 18px
18px, rgb(216, 216,
216) 19px 19px,
rgb(217, 217, 217) 20px
20px, rgb(217, 217,
217) 21px 21px,
rgb(218, 218, 218) 22px
22px, rgb(218, 218,
218) 23px 23px,
rgb(218, 218, 218) 24px
24px, rgb(219, 219,
219) 25px 25px,
rgb(219, 219, 219) 26px
26px, rgb(219, 219,
219) 27px 27px,
rgb(220, 220, 220) 28px
28px, rgb(220, 220,
220) 29px 29px,
rgb(221, 221, 221) 30px
30px;
text-shadow: rgb(226, 226,
226) 1px 1px,
rgb(227, 227, 227) 2px
2px, rgb(227, 227,
227) 3px 3px,
rgb(228, 228, 228) 4px
4px, rgb(229, 229,
229) 5px 5px,
rgb(229, 229, 229) 6px
6px, rgb(230, 230,
230) 7px 7px,
rgb(230, 230, 230) 8px
8px, rgb(231, 231,
231) 9px 9px,
rgb(232, 232, 232) 10px
10px, rgb(232, 232,
232) 11px 11px,
rgb(233, 233, 233) 12px
12px, rgb(233, 233,
233) 13px 13px,
rgb(234, 234, 234) 14px
14px, rgb(235, 235,
235) 15px 15px,
rgb(235, 235, 235) 16px
16px, rgb(236, 236,
236) 17px 17px,
rgb(236, 236, 236) 18px
18px, rgb(237, 237,
237) 19px 19px,
rgb(238, 238, 238) 20px
20px;
}
</style>
</head>
<body>
<div class="content">
Social
Icon
for Footer</div>
<div class="footer">
<div class="social">
</div>
<div class="social">
</div>
<div class="social">
</div>
<div class="social">
</div>
<div class="social">
</div>
<div class="social">
</div>
<div class="social">
</div>
</div>
</body>
</html>
DEMO
Asp.net Gridview control Related Post:
- How to Bind gridview form database.
- Show gridview Row Details in Asp.net.
- Template field in gridview asp.net Example
- Introduction of Asp.net grid view Control.
- Example of Templatefield in gridview.
- Example of DropDownList inside gridView
- Asp.net grid viewControl Programming.
- Checkbox within Asp.Net gridView
- Ckeckbox list Example using javascript in gridview.
- Asp.net textbox control in inside of gridview
This element is offset from its original position
ReplyDeletehtml css examples