MasterFloat

css

Feb 13th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. .intro-img {
  2.     background:url(http://i.imgur.com/pH1wwzA.jpg?1) no-repeat;
  3.     background-position: center;
  4.     background-size: 800px;
  5.     background-color: #101227;
  6. }
  7.  
  8. .intro-text {
  9.     text-shadow: 1px 1px 5px black;
  10.     font-family: Futura,"Trebuchet MS",Arial,sans-serif;
  11. }
  12.  
  13. .intro-btn {
  14.     background:rgba(255, 255, 255, 0.05);
  15.     color: #FFF;
  16.     border: none;
  17.     padding-top: 6px;
  18.     padding-bottom: 6px;
  19.     padding-right: 8px;
  20.     padding-left: 8px;
  21.     font-family: sans-serif;
  22. }
  23.  
  24. .intro-btn:hover {
  25.     background:rgba(158, 208, 255, 0.15);
  26.     color: #FFF;
  27.     border: none;
  28.     padding-top: 6px;
  29.     padding-bottom: 6px;
  30.     padding-right: 8px;
  31.     padding-left: 8px;
  32.     font-family: sans-serif;
  33. }
  34.  
  35. .invisible-text {
  36.     opacity: 0;
  37. }
  38.  
  39. .blink-text {
  40.     text-decoration: blink;
  41. }
  42.  
  43. .blink-text:hover {
  44.     text-decoration: none;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment