Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. body {
  2. background-image: url("background.png");
  3. background-color: #cccccc;
  4. }
  5. h1 {
  6. background-image: url("textbox.png");
  7. text-align:center;
  8. border-style: solid;
  9. border-width: 5px;
  10. }
  11.  
  12. p {
  13. background-image: url("textbox.png");
  14. border-style: solid;
  15. border-width: 5px;
  16. float: right;
  17. margin-right: 350px;
  18. margin-left: 350px;
  19. }
  20. img {
  21. float: left;
  22. max-width: 255px;
  23. max-height: 300px;
  24. }
  25. #footer{background-image: url("textbox.png");
  26. border-style: solid;
  27. border-width: 5px;
  28. align:center;
  29. }
  30. h3 {
  31. }
  32. ul {
  33. }
  34. #wrapper {
  35. }
  36. nav {
  37. background-image: url("textbox.png");
  38. border-style: solid;
  39. border-width: 5px;
  40. text-align: center;
  41. }
  42. #content {
  43. max-width; 400px;
  44. }
  45. dt {
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement