Submitted 11 months ago
Huddle landing page with a single introductory section, display flex
@kaykedmar
Design comparison
SolutionDesign
Community feedback
- @kimodev1990Posted 11 months ago
Really good work completing this challenge, Just a few feedback :-
- Add in your body
bcakground-color: blue ;
to match with desired design. - You could assign your div class .left & div class .right with
width: 50% ;
so you could have responsive flexible design in relative to container and body. - Instead of assigning certain values to font-size, you could use clamp ( ) method in your coding for font-size, width, margins, padding, etc., So the designed sizes will change according to the viewport dimensions having a responsive design and will be suitable for any device layout
Hope you find this Helpful
Other than that, Really Nice work & keep Going on
Marked as helpful0 - Add in your body
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