7 lines
105 B
CSS
7 lines
105 B
CSS
|
html {
|
||
|
background-color: #dcb4df;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|