Content
@
0 reply
0 recast
0 reaction
Steve
@sdv.eth
Hereโs a tip for anyone debugging layout in css: * { outline: 1px solid; } For debugging, outline is superior to border as it not part of the box model, and thus affect width/height calculations. Depending on how you write your css, this selector may be localized to your component, or global to the entire page.
2 replies
0 recast
2 reactions
Greg
@greg
background: red
1 reply
0 recast
0 reaction
Steve
@sdv.eth
I raise you background: #f00d (If you want to have some transparency to show nesting ๐)
0 reply
0 recast
0 reaction