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.
|
- .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);
- }
- }
|