Advertisement
damedanbo

Tight Spaces CSS

Sep 21st, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. body {
  2. background-color: #ffffff;
  3. }
  4. .fa, .fal, .far, .fas {
  5. color: #052F5A;
  6. }
  7. .a, a {
  8. color: #052F5A;
  9. }
  10. .a:hover, a:hover {
  11. color: #3E87B0;
  12. }
  13. .text-primary {
  14. color: #052F5A!important;
  15. }
  16. .bg-primary {
  17. background-color: #052F5A!important;
  18. }
  19. .text-success {
  20. color: #052F5A!important;
  21. }
  22. .text-danger {
  23. color: #3E87B0!important;
  24. }
  25. .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  26. color: #052F5A;
  27. }
  28. .container {
  29. margin: 10px auto;
  30. width: 100%;
  31. }
  32. .trans {
  33. border-radius: 25px;
  34. background-color: rgba(255,255,255, 0.8);
  35. width: 100%;
  36. color: #000;
  37. overflow: hidden;
  38. padding: 5px;
  39. }
  40.  
  41. .element {
  42. padding: 40px;
  43. margin-bottom: 30px;
  44. background-color: #000000;
  45. color: #ffffff;
  46. background-image: url(https://image.freepik.com/free-vector/abstract-dark-blue-polygonal-background_1035-9700.jpg);
  47.  
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement