Yulia
@YuliaLantzbergAll solutions
- Submitted 1 day ago
Newsletter signup with form validation using vanilla JavaScript
- HTML
- CSS
- JS
Any feedback would be appreciated. I got a weird situation and can't understand it. Though the added active class included display:"flex", it was crossed in browser (not working). I had to toggle directly from js flex and non for display. So maybe anyone knows what could be the reason that display stayed in none mode, even tho active class was added
- Submitted 3 months ago
WorkIt Landing page using scss and media queries
- HTML
- CSS
I think my solution for the wave is not good as it creates overflows in different parts. I'd be happy to hear suggestions for more elegant and clean ways to resolve it.
- Submitted 3 months ago
Meet Landing Page using grid and flex layouts and media queries
- HTML
- CSS
In development mode, all images are loaded as needed. But in production they are not loaded and it's some mess with them. I tried picture tag and srcset property in img and 2 imgs separately. Nothing had worked. Will appreciate advice and help about it