caity_hillier

Untitled

Aug 2nd, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .titleeee{ font-size: 40px;
  2. float:left
  3. }
  4. .blippie a{
  5. margin: 10px;
  6. margin-top: 30px;
  7. border: 1px solid #000; /*change your border */
  8. border-radius: 25px 0px 25px 0px; /*border radius*/
  9. background-image:url(http://25.media.tumblr.com/tumblr_mczzlaVMlJ1rc7pm9o1_500.png); /*change your background image*/
  10. padding: 10px; /*change how big they are around the word*/
  11. font-size: 18px;
  12. -webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in; /*how fast the hover transition is*/
  13. }
  14. .blippie a:hover{
  15. border-radius: 0px 25px 0px 25px; /*the border hover effect*/
  16. -webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
Advertisement
Add Comment
Please, Sign In to add comment