Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. body {
  2.     background-color: #e3d7ba;
  3. }
  4.  
  5. #pageTitle {
  6.     text-align: center;
  7.     padding-top: 75px;
  8.     font-weight: lighter;
  9.     font-family: Gotham Nights, Verdana, sans-serif;
  10.     color: #5bb423;
  11.     text-shadow: 1.2px 1.2px 0.1px black;
  12.     font-size: 80px;
  13.     border-bottom: solid 1.2px black;
  14.     text-transform: uppercase;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement