7 lines
144 B
SCSS
7 lines
144 B
SCSS
.myContent{
|
|
// background-color: yellow;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |