mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 14:10:20 +00:00
12 lines
241 B
CSS
12 lines
241 B
CSS
body {
|
|
background-color: #f0f0f0;
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|