Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1.  
  2. body {
  3. background-color:whitesmoke;
  4. color:#555555;
  5. font-family:Bookman Old Style;
  6. font-size:15px;
  7. text-align:center;
  8. padding: 0px;
  9. margin: 0px;
  10. }
  11. p {
  12. color: #555555;
  13. font-size: 15px;
  14. padding-bottom: 2em;
  15. line-height:1.2em;
  16. font-family: Bookman Old Style;
  17. }
  18. h1 {
  19. color:black;
  20. }
  21.  
  22. #naglowek {
  23. font-size: 30px;
  24. color: black;
  25. text-align:center;
  26.  
  27. }
  28. #cialo {
  29. background-color:whitesmoke;
  30.  
  31. }
  32. #paragraf_1 {
  33. font-size: 15px;
  34. color: maroon
  35. text-align:center;
  36. font-family: Helvetica;
  37.  
  38.  
  39. }
  40. ul {
  41. list-style: none;
  42. padding: 0;
  43. margin: 0;
  44. }
  45.  
  46. li {
  47. padding-left: 16px;
  48. }
  49.  
  50. li::before {
  51. content: "•";
  52. padding-right: 18px
  53. color: blue;
  54. }
  55. img {
  56. display:block;
  57. margin-left: auto;
  58. margin-right: auto;
  59. width:750px;
  60.  
  61. }
  62.  
  63. .grid-container {
  64. display: grid;
  65. grid-template-columns: auto auto auto;
  66. background-color: #2196F3;
  67. padding: 10px;
  68. }
  69. .grid-item {
  70. background-color: rgba(255, 255, 255, 0.8);
  71. border: 1px solid rgba(0, 0, 0, 0.8);
  72. padding: 20px;
  73. font-size: 30px;
  74. text-align: center;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement