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