Latest solutions
Latest comments
- @fidellim@MasterDev333
Great work! fully responsive and close to design. Here're some suggestions.
- It would be great if you add transitions to buttons.
please add
transition: all .3s ease-in-out
for example. - on mobile view, please remove min-width for hero image
- and personally, I think it would be great if you put landing-page-container outside of header tag. Hope this helps. Happy coding ~ :)
- It would be great if you add transitions to buttons.
please add
- @StelinUwU@MasterDev333
Great work @Stelin. Everything is fully rsponsive and close to design. One suggstion, title should be h1 tag, not span. :) Happy coding~
- @shdsgn@MasterDev333
Great work @Stuart Haw. It's a little tricky to draw background circles in this example. I suggest you use background-image or pseudo-elements. Here's my solution used pseudo elements. https://www.frontendmentor.io/solutions/profile-card-xRCu-QVRG Hope it helps. Happy coding~ :)
- @Ducknaro@MasterDev333
Well done @Luca! Some suggestions here.
- It would be great if you make everything fully responsive.
- Font is not loaded correctly
- background images are missing https://css-tricks.com/snippets/css/complete-guide-grid/ https://css-tricks.com/snippets/css/a-guide-to-flexbox/ These are great materials for studying CSS Grid and flex. Hope it helps. Happy coding~ :)
- @DanielHolen@MasterDev333
Great work @Daniel. Your solution is spot on. I suggest you to use background-image or pseudo-elements to draw background circles rather than real doms. And if you'd like to make your class names more readable, please study BEM. Hope it helps. Happy coding~ :)
- @DenisShkarinov@MasterDev333
Great solution @Denis. It would be better if you use pseudo-elements or background-image rather than real doms. Anyway, it was great. Happy coding~ :)