dioxus/examples/assets/custom_assets.css
2024-02-14 12:33:07 -08:00

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;
}