|
12345678910111213141516171819 |
- .splash{
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- background-size: cover;
- background-position: center center;
- justify-content: space-between;
-
- &.splash-01{
- background-image: url(../img/splash-01.jpg);
- }
- &.splash-02{
- background-image: url(../img/splash-02.jpg);
- }
- &.splash-03{
- background-image: url(../img/splash-03.jpg);
- }
- }
|