You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
425 B

  1. .splash{
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. background-size: cover;
  7. background-position: center center;
  8. justify-content: space-between;
  9. &.splash-01{
  10. background-image: url(../img/splash-01.jpg);
  11. }
  12. &.splash-02{
  13. background-image: url(../img/splash-02.jpg);
  14. }
  15. &.splash-03{
  16. background-image: url(../img/splash-03.jpg);
  17. }
  18. }