Latest solutions
Manage landing page
#accessibility#pure-cssSubmitted 2 months agoAll constructive feedback is welcome. 😁
Room homepage
Submitted 3 months agoI'm open to all feedback, especially if there's a robust way to handle the clip-path animation. I feel I over-engineered that. The layout reflow due to the different text length made it very challenging.
Body Mass Calculator | HTML 🏛️, CSS🎨 , JavaScript 👷
Submitted 7 months agoAny feedback would be great. 📑
Latest comments
- @danijelche@Em3ka
Hey Danijel,
Huge congrats on completing the project.🎉🎉 So here are a few tips.
- So rather than having the
section-center-pictures
class positionedabsolute
, you can remove that. - Add flex-direction
row-reverse
to thesection-center-main
class. That aligns thesection-center-pictures
class in the right direction. - Add
overflow:hidden
to thesection-center-main
class and use thetranslate
on thesection-center-pictures
class to have that full-bleed effect. That would prevent the undesirable horizontal scrolling. - Also, add a logic in your JavaScript file to handle the state change when the nav is shown, the
.show
class is added, but resized to your desktop breakpoint. You can use the Window: matchMedia() method or Window: resize event
Marked as helpful - So rather than having the