Here is a CSS trick for the weekend! This effect is useful to hide any text and reveal it on hover.
👉 We use a background image of a solid grey color (same as the text color) and automate it's width from 100% to 0% on hovering
⚠️ This is only a visual effect. With respect to accessibility - the text will still be informed by screen readers, etc
#css
#csstricks
#coding
#programming
#html
#webdevelopment
#javascript
#nodejs
#frontend
#fullstack