8 lines
114 B
SCSS
8 lines
114 B
SCSS
.poster {
|
|
background-color: black;
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|