Ajax Loader
×
HTML
<div class="container">
1
<div class="container">
2
<div class="social_icons">
3
 
4
<a href="#"><img src="https://lh5.googleusercontent.com/-Y_lIvnmuisY/UUr6Vv4oWcI/AAAAAAAABKE/zZH7AkH291A/h120/dribbble.gif" width="30" height="30" alt="Dribbble" /></a>
5
<a href="#"><img src="https://lh5.googleusercontent.com/-kVD5Pu1G4hk/UUr6VojAZOI/AAAAAAAABKI/KzTYWlQ47A4/h120/facebook.gif" width="30" height="30" alt="Facebook" /></a>
6
<a href="#"><img src="https://lh5.googleusercontent.com/-REBs0XWbsYg/UUr6VqPoSNI/AAAAAAAABKA/GdOpj43hSV8/h120/gplus.gif" width="30" height="30" alt="GooglePlus" /></a>
7
<a href="#"><img src="https://lh4.googleusercontent.com/-x8JAz0uKWag/UUr6WHz9qPI/AAAAAAAABKU/RP5IxjIq7Ss/h120/instagram.gif" width="30" height="30" alt="Instagram" /></a>
8
<a href="#"><img src="https://lh5.googleusercontent.com/-8_QgTd4IdkE/UUr6X5A_HAI/AAAAAAAABKw/MXurPBxxuJE/h120/linkedin.gif" width="30" height="30" alt="LinkedIn" /></a>
9
<a href="#"><img src="https://lh3.googleusercontent.com/-IwjHjFJmAiI/UUr6Wgg2uDI/AAAAAAAABKg/_xTf1xM8Kzk/h120/pinterest.gif" width="30" height="30" alt="Pinterest" /></a>
10
<a href="#"><img src="https://lh5.googleusercontent.com/-7AZkOy1WXqI/UUr6XKhWZPI/AAAAAAAABKo/4YIz8AaB2gM/h120/twitter.gif" width="30" height="30" alt="Twitter" /></a>
11
 
12
  </div></div>
 
CSS
.container {
1
.container {
2
    width: 300px;
3
    margin: 250px auto;
4
}
5
  
6
/*maint content*/
7
.social_icons {
8
  float:left
9
  }
10
  
11
.social_icons a {
12
  opacity:0.6;
13
  filter:alpha(opacity=60);
14
  }
15
  
16
.social_icons a:hover {
17
 
18
 
19
  opacity:1.6;
20
  filter:alpha(opacity=600);
21
}
22
  
23
  .employee_info .social_icons {
24
  padding-top:16px;
25
  }
26
 
27
  #copyright_wrapper .social_icons {
28
    float:left;
29
    margin-bottom:20px;
30
    }
31
 
32
 
 

Untitled

CSSDeck G+