Advertisement
Guest User

Untitled

a guest
May 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #cont {
  2. margin: 0 auto;
  3. padding: 0;
  4. font-family: Helvetica;
  5. }
  6.  
  7. #panellewy {
  8. background-color: Navy;
  9. color: white;
  10. height: 700px;
  11. width: 25%;
  12. float: left;
  13. }
  14. #ppprawy {
  15. background-color: RoyalBlue;
  16. height: 100px;
  17. width: 75%;
  18. text-align: center;
  19. float: left;
  20. }
  21. #dpprawy {
  22. background-color: SteelBlue;
  23. height: 300px;
  24. width: 75%;
  25. float: left;
  26. }
  27. #tpprawy {
  28. background-color: RoyalBlue;
  29. height: 300px;
  30. width: 75%;
  31. text-align: center;
  32. float: left;
  33. }
  34. #stopka {
  35. background-color: SteelBlue;
  36. text-align: center;
  37. padding: 20px;
  38. clear: both;
  39. }
  40. h1
  41. {
  42. letter-spacing:5px;
  43. }
  44. form {
  45. margin: 30px;
  46. }
  47. form:hover {
  48. background-color: DeepSkyBlue;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement