6 lines
83 B
SCSS
6 lines
83 B
SCSS
.poster {
|
|
background-color: black;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|