memory-game/video-1/styles.css
Marina Ferreira f0c6a758c9 Video 1
2018-07-16 20:50:14 -03:00

11 lines
109 B
CSS

* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
height: 100vh;
background: #060AB2;
}