3 background: linear-gradient(#e66465, #9198e5)
5 @media screen and (max-width: 767px)
12 box-sizing: border-box
16 border: 1px solid black;
17 margin: 25px 15px 5px 7px
18 @media screen and (max-width: 767px)
24 @media screen and (max-width: 767px)
31 @media screen and (max-width: 767px)
39 @media screen and (max-width: 767px)
46 @media screen and (max-width: 767px)
52 @media screen and (max-width: 767px)
55 // TODO: box-shadow or box-sizing ? https://stackoverflow.com/a/13517809
57 box-sizing: border-box
58 border: 1px solid brown
59 background-color: lightyellow
61 background-color: yellow
69 @media screen and (max-width: 767px)
74 @media screen and (max-width: 767px)
78 @media screen and (max-width: 767px)
83 // TODO: bad practice, shouldn't use table to align things...