Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. *{
  2. margin:0px;
  3. padding:0px;
  4. }
  5.  
  6. .lewy{
  7. width:40%;
  8. height:600px;
  9. background-color:#FF8989;
  10. float:left;
  11. }
  12.  
  13. .lewy td{
  14. border: 2px solid brown;
  15. margin:20px;
  16. padding:30px;
  17. }
  18.  
  19. .lewy table{
  20. border-collapse:collapse;
  21. }
  22.  
  23.  
  24. .prawy{
  25. width:60%;
  26. height:600px;
  27. background-color:#7872D9;
  28. float:right
  29. }
  30.  
  31. .prawy button{
  32. margin:10px;
  33. padding:10px;
  34. border:2px solid;
  35. border-color:blue;
  36. background-color:cyan;
  37. font-size:20px;
  38. }
  39.  
  40. h1{
  41. text-align:center;
  42. }
  43.  
  44. .stopka{
  45. background-color:#000000;
  46. color:#ffffff;
  47. font-size:150%;
  48. text-align:right;
  49. clear:both;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement