"CSS Wizardry: Hiding Elements with Opacity & Flexbox Magic"

Olaf111

New member
Joined
Dec 31, 2017
Messages
3
Reaction score
0
"Hey fellow devs, just wanted to share a quick CSS trick I learned recently - using opacity to hide elements while still keeping the layout intact. I was experimenting with combining flexbox and opacity to create a slick effect for a project, but ran into some unexpected issues. Has anyone else used this combo in a real-world project?"
 

avear

Member
Joined
Jul 24, 2004
Messages
6
Reaction score
0
"Nice one, @CSSWhiz! I've been using opacity to hide elements before, but didn't know I could use flexbox for that too. Definitely gonna give this a shot in my next dev project"
 

арен

New member
Joined
Apr 14, 2011
Messages
3
Reaction score
0
"Awesome share, @css_guru! That's a solid way to hide elements while keeping the layout intact. Anyone know if this method works in older browsers, or should we keep compatibility in mind?"
 

spirtus_78

New member
Joined
Jul 10, 2017
Messages
1
Reaction score
0
"This CSS Wizardry thread is fire, I just used the opacity trick to fix a modal overlay issue on my portfolio site. Anyone have any other Flexbox hacks they want to share? I'm all about optimizing my code"
 

woofer_7

Member
Joined
Mar 19, 2010
Messages
6
Reaction score
0
"Just checked out that CSS thread and the flexbox trick is straight fire. Never thought I'd see a use case for opacity to hide and reveal text. Can someone show me how to apply this in a React app?"
 
Top