Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. *{
  2. font-family:Gramond;
  3. font-size:110%;
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. }
  12.  
  13. .banner{
  14. background-color:#965873;
  15. color:white;
  16. text-align:center;
  17. height:100px;
  18.  
  19. width:100%;
  20. float:left;
  21. }
  22. .lewa{
  23. background-color:#965873;
  24. color:white;
  25. text-align:center;
  26. height:750px;
  27. width:30%;
  28.  
  29. float:left;
  30. }
  31. .prawa1{
  32. background-color:#AAC28A;
  33. height:250px;
  34. width:70%;
  35. text-align:right;
  36. float:left;
  37. }
  38. .prawa2{
  39. background-color:#86A25F;
  40. height:500px;
  41. width:70%;
  42. text-align:center;
  43. float:left;
  44. }
  45. .stopka{
  46. background-color:#965873;
  47. color:white;
  48. width:100%;
  49. float:left;
  50. }
  51. a{color:white;}
  52.  
  53. .prawa1 img{
  54. width:18%;
  55. margin:10px;
  56.  
  57.  
  58. }
  59. .prawa2 img{
  60. border:6px dotted #965873;
  61.  
  62.  
  63. }
  64.  
  65. .prawa2 img:hover{
  66. border:6px dotted green;
  67.  
  68.  
  69. }
  70.  
  71. img{
  72. float:left:
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement