Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .titleeee{ font-size: 40px;
- float:left
- }
- .blippie a{
- margin: 10px;
- margin-top: 30px;
- border: 1px solid #000; /*change your border */
- border-radius: 25px 0px 25px 0px; /*border radius*/
- background-image:url(http://25.media.tumblr.com/tumblr_mczzlaVMlJ1rc7pm9o1_500.png); /*change your background image*/
- padding: 10px; /*change how big they are around the word*/
- font-size: 18px;
- -webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in; /*how fast the hover transition is*/
- }
- .blippie a:hover{
- border-radius: 0px 25px 0px 25px; /*the border hover effect*/
- -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