style.scss 331 B

123456789101112131415
  1. .federicabugatti {
  2. background-color: #222;
  3. padding: 2rem 3rem;
  4. position: relative;
  5. flex: none;
  6. background-image: linear-gradient(to left bottom, #463e40, #151113);
  7. background-repeat: no-repeat;
  8. background-size: cover;
  9. &_logo {
  10. flex: none;
  11. margin: 0;
  12. display: block;
  13. }
  14. }