Design comparison
Solution retrospective
I create the chat bubble by two boxes XD, Is it correct? I use a lot of id instead of class notation,Does it matter? I always correct the height and width... It's so annoying... May I get your feedback please:)
Community feedback
- Account deleted
I'm sorry, can you elaborate a little more on "I create the chat bubble by two boxes XD, Is it correct?" and "I always correct the height and width... It's so annoying... "?
Use id's for unique elements (for instance, header, navbar, footer, input, select, etc.), use classes for generic elements and utilities (for instance, div, span, ul, li, .w-full, h-full, mt-5, etc.)
1@15077693dPosted over 4 years agoThank you for your reminder! I always change the height and width in order to fix the sample, How to select height and width quickly and accurate?
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