memory-game/video-2/styles.css
Marina Ferreira 0700a1d8ec Video 2
2018-07-16 20:59:33 -03:00

15 lines
134 B
CSS

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