CSS Tricks & Tips - Use Outline instead of Border to see elements

Channel:
Subscribers:
2,310
Published on ● Video Link: https://www.youtube.com/watch?v=EiCi-AuSFPs



Duration: 0:42
69 views
3


CSS Tricks & Tips - Use Outline instead of Border to see elements

ex:
html {
box-sizing: border-box;
outline: black solid 2px;
}
*, *:before, *:after {
box-sizing: inherit;
outline: inherit;
}

Outline does not effect the dimensions of an element where as Border does.

Written guide: https://duckyobrien.com/2022/09/28/css-tricks-tips-use-outline-instead-of-border-to-see-elements/
W3Schools Article: https://www.w3schools.com/css/css_outline.asp
Andee927: https://www.twitch.tv/andee927

#CSS #frontend #tricks #tips #guides #tutorials #untitlednotepad







Tags:
css tricks & tips
css tricks and tips
outline css
css outline
css outline vs border
css border vs outline
css placement tricks