Submitted 12 months ago
In this project I used HTML, CSS and Vanilla JS to complete it.
@CSS-Viki
Design comparison
SolutionDesign
Solution retrospective
1.) I had a problem making the paragraphs not to break on the next line in desktop mode. If anyone knows how i can solve this, i'd appreciate. 2.)Sometimes when i submit, the modal box would appear severally with previous modals i had keyed in.
Community feedback
- @denismiskoPosted 12 months ago
Hello! The paragraphs are breaking because they don't have enough space. I think your cointainer has some width and they won't fit.
You can prevent it with white-space:nowrap;
Marked as helpful1@CSS-VikiPosted 12 months agoHello, i tried that but it squeezed my second flex element which is the image but let me try it out again. Thanks🙏🏾@denismisko
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord