Files
yoga/style.css

21 lines
305 B
CSS
Raw Normal View History

2014-03-30 17:12:38 -07:00
div {
display: flex;
flex-direction: column;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
* {
border-style: solid;
border-width: 0;
padding: 0;
box-sizing: border-box;
font-family: Helvetica;
}
html, body {
margin: 0;
padding: 0;
}