3 background: linear-gradient(#e66465, #9198e5)
13 // TODO: box-shadow or box-sizeing ?
14 //https://stackoverflow.com/questions/9601357/placing-border-inside-of-div-and-not-on-its-edge
16 box-sizing: border-box
17 border: 1px solid brown
18 background-color: lightyellow
29 text-decoration: underline
37 @media screen and (max-width: 767px)
41 // TODO: bad practice, use table to align things...