Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. body{
  2. background-color:black;
  3. }
  4. header{
  5. background-color: black;
  6. text-align: left;
  7. height:200px;
  8.  
  9. }
  10. form{
  11. float: right;
  12. }
  13. footer{
  14.  
  15. background-color: grey;
  16. text-align: right;
  17. }
  18.  
  19. #pasek{
  20. background-color: grey;
  21. height: 70px;
  22. color: red;
  23. font-size: 40px;
  24.  
  25. }
  26. #lewy{
  27. float: left;
  28. width: 25%;
  29. height: 500px;
  30. background-color: grey;
  31. color: red;
  32. font-color: red;
  33. }
  34. #prawy{
  35.  
  36. float: right;
  37. width: 75%;
  38. height: 500px;
  39. background-color: black;
  40.  
  41. }
  42. a{
  43. color:red;
  44. font-size: 40px;
  45. line-height: 100px;
  46. }
  47. p{
  48. color: black;
  49. padding-top: 210px;
  50. clear:both;
  51. padding-bottom: 203px;
  52. }
  53.  
  54. p:hover{
  55. background-color:white;
  56. }
  57. iframe{
  58. float:right;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement