Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #baner
  2. {
  3. background-image: url(menu.jpg);
  4. color: blue;
  5. height: 200px;
  6. }
  7. #pl
  8. {
  9. background-color: rgb(255,218,65);
  10. text-align: center;
  11. width: 40%;
  12. height: 400px;
  13. float: left;
  14. }
  15. #ps
  16. {
  17. background-color: rgb(255,226,100);
  18. text-align: center;
  19. width: 30%;
  20. height: 400px;
  21. float: left;
  22. }
  23. #pp
  24. {
  25. background-color: rgb(255,233,143);
  26. text-align: center;
  27. width: 30%;
  28. height: 400px;
  29. float: left;
  30. }
  31. footer
  32. {
  33. clear: both;
  34. background-color: rgb(255,218,65);
  35. color: blue;
  36. }
  37. a
  38. {
  39. color: green;
  40. }
  41. p
  42. {
  43. font-size: 130%;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement