Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. body
  2. {
  3. margin: 0;
  4. padding: 0px 60px;
  5. background-color: #29201B;
  6. color: #efefef;
  7. font-family: 'Open Sans', sans-serif;
  8. font-size: 17px;
  9.  
  10. }
  11.  
  12. h1
  13. {
  14. font-size: 42px;
  15. font-weight: 400;
  16. color: #FA7C00;
  17. margin-bottom: 20px;
  18. text-align: center;
  19. }
  20.  
  21. .row
  22. {
  23. margin: 20px 10px;
  24. }
  25.  
  26. .col
  27. {
  28. display: inline-block;
  29. margin: 0 10px;
  30. }
  31.  
  32. #komentarz
  33. {
  34. resize: none;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement