Advertisement
conception

designwars cstufff

Sep 5th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. blockquote {
  2. background: #151515;
  3. letter-spacing: 3px;
  4. text-align: center;
  5. border-right: 5px solid #88c425;
  6. border-left: 5px solid #88c425;
  7. border-top: 5px solid #1b676b;
  8. border-bottom: 5px solid #1b676b;
  9. text-shadow: 1px 1px 1px #000000;
  10. border-radius: 10px;
  11. }
  12.  
  13. h1 {
  14. background: #151515;
  15. font: 14px Segoe UI;
  16. line-height: 16px;
  17. color: #88c425;
  18. letter-spacing: 3px;
  19. text-align: center;
  20. text-transform: uppercase;
  21. display: block;
  22. margin: 1px;
  23. border-radius: 5px;
  24. border-right: 4px solid #88c425;
  25. border-left: 4px solid #88c425;
  26. text-shadow: 1px 1px 1px #000000;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement