mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-24 11:16:27 +02:00
13 lines
297 B
SCSS
13 lines
297 B
SCSS
.full-background {
|
|
/* Center the content */
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
|
|
/* Take full size */
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
background: url('/assets/full-background.jpeg') center center / cover no-repeat;
|
|
} |