Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- body {background-color: skyblue;}
- .f{
- width: 100px;
- font-family: 'Rationale', sans-serif;
- text-transform: uppercase;
- text-align: center;
- font-size: 9px;
- letter-spacing: 1px;
- text-align: center;
- color: black;
- padding: 2px 3px 4px 3px;
- transition: 0.3s;
- -moz-transition: 0.3s;
- -webkit-transition: 0.3s;
- -o-transition: 0.3s;
- }
- .f:hover{
- color: white;
- box-shadow: 0px 0px 5px #888;
- transition: all 0.3s;
- -moz-transition: 0.3s;
- -webkit-transition: 0.3s;
- -o-transition: 0.3s;
- }
- </style>
- <br>
- <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=lungs&pop=1" class="f" title="lungs" target="_blank">Siobhán</a>
Advertisement
Add Comment
Please, Sign In to add comment