StevenG89

what i got so far

Nov 18th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. html, body {
  2.  margin: 0px;
  3.  padding: 0px;
  4.  border: 0px;
  5. }
  6.  
  7. body {
  8.  background: url('../images/bg.jpg');
  9.  color: #FFFFFF;
  10.  font-family: sans-serif;
  11. }
  12.  
  13. #topbar_red {
  14.  background-image: url('../images/topbar_red.jpg');
  15.  width: 972px;
  16.  height: 40px;
  17. }
  18.  
  19. #logo {
  20.  background: url('../images/logo.jpg') no-repeat;
  21.  width: 361px;
  22.  height: 36px;
  23.  padding-top: 5px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment