Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. body {
  2.     background-color: #262626;
  3.     margin: 0px;
  4.     padding: 0px;
  5.     text-align: center;
  6. }
  7. #wrapper {
  8.     width: 476px;
  9.     margin: 0px auto;
  10.     text-align: center;
  11. }
  12. #top {
  13.     width: 476px;
  14.     height: 71px;
  15.     background-image: url("images/top.png");
  16.     background-repeat: no-repeat;
  17. }
  18. .bioheader {
  19.     width: 466px;
  20.     height: 56px;
  21.     background-image: url("images/bioheader.png");
  22.     background-repeat: no-repeat;
  23.     margin-top: -2px;
  24. }
  25. .portfolioheader {
  26.     width: 466px;
  27.     height: 56px;
  28.     background-image: url("images/portfolioheader.png");
  29.     background-repeat: no-repeat;
  30.     margin-top: -2px;
  31. }
  32. .projectsheader {
  33.     width: 466px;
  34.     height: 56px;
  35.     background-image: url("images/projectsheader.png");
  36.     background-repeat: no-repeat;
  37.     margin-top: -2px;
  38. }
  39. div.panel1,div.panel2,div.panel3{
  40.     padding:5px;
  41.     text-align:center;
  42.     margin: 0px auto;
  43.     background:#FFFFFF;
  44.     height:125px;
  45.     width: 425px;
  46.     margin-top: -2px;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement