memory-game/video-01/styles.css
2018-08-24 16:33:45 -03:00

11 lines
109 B
CSS

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