Expert’s Weigh In: What’s Your Favorite CSS Trick? | Creative Cloud blog by Adobe
My favorite CSS “trick” would have to be these 3 lines of CSS:
- { background-color: rgba(0,255,0,0.1); }
I’ve been using this snippet for years! It makes debugging layouts a breeze and is quite insightful when dealing with the box model.
August 1, 2017 at 9:45:32 AM EDT
*
FILLER