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

12 lines
214 B
CSS
Raw Normal View History

2018-03-15 01:48:52 +01:00
/* You can add global styles to this file, and also import other style files */
2018-03-16 01:43:53 +01:00
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
2018-03-16 04:48:30 +01:00
font-family: sans-serif;
background-color: lightcoral;
2018-03-16 01:43:53 +01:00
}