Advertisement
LaPanthere

Mate that CSS ain't private.

Feb 24th, 2013
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <style>
  2. footer {color: #aaa; font-size: 11px;}
  3. h1 {font-size: 14px; color: #0096ff;}
  4. html {background: #eee; font-family: sans-serif; font-size: 12px; text-align: center;}
  5. hr {background: #ddd; border: 0; height: 1px;}
  6. #container p:first-letter {padding-left: 20px;}
  7. #container {background: #fff; border: 1px solid #ddd; box-shadow: 0px 1px #fff; margin: auto; margin-top: 50px; padding: 5px; width: 400px;}
  8. .button {background: #007dff; color: #fff; display: block; margin-bottom: 5px; padding: 10px; text-align: center; text-decoration: none; font-weight: bold; -moz-transition: all 0.50s ease-in-out; -o-transition: all 0.50s ease-in-out; -webkit-transition: all 0.50s ease-in-out;}
  9. .button:hover {background: #00c8ff;}
  10. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement