2014-04-09 19:40:17 -07:00
|
|
|
* {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0;
|
|
|
|
|
2014-03-30 17:12:38 -07:00
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2014-04-09 19:40:17 -07:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
2014-03-30 17:12:38 -07:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|