Advertisement
deliciousthemes

Haze - Change Portfolio Item Text to Left

Jun 22nd, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. .portfolio li {
  2.     margin-right:20px;
  3.     float:left;
  4.     position:relative;
  5.     margin-bottom:20px;
  6.     overflow:hidden;
  7.     padding-bottom:5px;
  8.     text-align:center; /* change it with text-align:left; */
  9.    -webkit-transition:background 0.3s ease-in;
  10.    -moz-transition:background 0.3s ease-in;
  11.    -o-transition:background 0.3s ease-in;
  12.    transition:background 0.3s ease-in;     
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement