Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. #kupa
  3. {
  4. display:flex;
  5. justify-content: center;
  6. flex-direction: column;
  7. }
  8.  
  9. header
  10. {
  11. background-color:#18ffa4;
  12. height: 60px;
  13. margin:0;
  14. color:white;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: center;
  18. align-items: center;
  19.  
  20. }
  21.  
  22. nav
  23. {
  24.  
  25. background-color:#aeffcf;
  26. margin:0;
  27. flex:1;
  28. width:30%;
  29. height: 800px;
  30. }
  31.  
  32. article
  33. {
  34. background:grey;
  35. width: 100%;
  36. flex:1;
  37. }
  38.  
  39. footer
  40. {
  41. background-color:#18ffa4;
  42. text-align: left;
  43. color:white;
  44. height: 60px;
  45. }
  46.  
  47. #srodek
  48. {
  49. width:40%;
  50. background-color:#ddffcd;
  51. }
  52.  
  53. #centere
  54. {
  55. display: flex;
  56. flex-direction: row;
  57. width: 100%;
  58. flex:1;
  59.  
  60. }
  61.  
  62. body
  63. {
  64. margin:0;
  65. }
  66.  
  67. #nadstopka
  68. {
  69. height: 800px;
  70. background-color:#aeffcf;
  71. width:30%;
  72.  
  73.  
  74. form{
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. flex-direction: column;
  79. }
  80.  
  81. ul
  82. {
  83. list-style-type:circle;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement