StyleSheet.css 354 B

1234567891011121314151617181920212223242526
  1. body {
  2. }
  3. /*body::after {
  4. content: "";
  5. background: url('/Img/logo.png');
  6. background-size: 100px;
  7. opacity: 0.03;
  8. top: 0;
  9. left: 0;
  10. bottom: 0;
  11. right: 0;
  12. position: absolute;
  13. z-index: -1;
  14. }*/
  15. a {
  16. color: #17a2b8;
  17. }
  18. .card-columns {
  19. column-count: 4;
  20. }
  21. body {
  22. }