mcf-use-example/src/styles.css

7 lines
105 B
CSS
Raw Normal View History

2023-05-01 18:10:21 +01:00
html {
background-color: #dcb4df;
display: flex;
justify-content: center;
align-items: center;
}