#Development #Launches
UA+ · A different type of CSS reset style sheet https://ilo.im/16373p
_____
#CSS #CssReset #UserAgent #StyleSheet #BoxModel #Accessibility #ScreenReader #Browser #WebDev #Frontend

#Development #Launches
UA+ · A different type of CSS reset style sheet https://ilo.im/16373p
_____
#CSS #CssReset #UserAgent #StyleSheet #BoxModel #Accessibility #ScreenReader #Browser #WebDev #Frontend
PSA: not setting `height: 100%` to begin with on an element that has a `padding` is a better way of avoiding overflow than the nuclear solution of setting `box-sizing: border-box` on everything.
Live comparison on @codepen: