Sengi-Windows-MacOS-Linux/src/styles.css

12 lines
214 B
CSS

/* You can add global styles to this file, and also import other style files */
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
background-color: lightcoral;
}