WilCoYo
WilCoYo
KPCKevin Powell - Community
Created by snxxwyy on 11/21/2024 in #front-end
solving overlapping stacking contexts.
If you absolute need that pseudo element. Then this is how I would do it. https://codepen.io/WilCoYo/pen/rNXXKwr
5 replies
KPCKevin Powell - Community
Created by snxxwyy on 11/21/2024 in #front-end
solving overlapping stacking contexts.
Okay, it seems like I understand the context a little better. This is how I would do it. https://codepen.io/WilCoYo/pen/jOggKBL
5 replies
KPCKevin Powell - Community
Created by snxxwyy on 11/21/2024 in #front-end
solving overlapping stacking contexts.
Hey I’m unsure if I understand exactly what the parameters of your question are, or what exactly you’re trying to solve - but if I wanted the text to overlap the red container I would just put the text within its own <p> tags or more relevant tags. It should automatically overlap the parent div element, but you could just pop a higher z-index on there to be safe.
5 replies
KPCKevin Powell - Community
Created by WilCoYo on 11/20/2024 in #front-end
CSS/Formatting changed after Deploying on Netlify
Great call out. For some reason whenever I pulled up the localhost it was at 33% view 🫢
7 replies
KPCKevin Powell - Community
Created by WilCoYo on 11/20/2024 in #front-end
CSS/Formatting changed after Deploying on Netlify
No description
7 replies
KPCKevin Powell - Community
Created by WilCoYo on 11/20/2024 in #front-end
CSS/Formatting changed after Deploying on Netlify
Everything seems fine when I check the inspect tool. Is there anything in particular I should be looking for if the CSS is not applied correctly? There are no console issues, and all CSS seems applied correctly
7 replies