Latest solutions
social-links-profile using HTML and CSS (Flexbox)
Submitted about 1 year agoThe border-radius property had to be written again for hover, is it the correct way? or is there a workaround?
Latest comments
- @ehimze007@shivani16kulkarni
It's nice, quite similar to the design.
- @rathinakumar-dev@shivani16kulkarni
You have created a good design that matches the exercise.
- @manarbooo@shivani16kulkarni
Ensure that your HTML document includes a <main> element that wraps the primary content. Also, use proper descriptive class names based on the function of the element or its appearance. The final outcomes looks good!
Marked as helpful - @RohanIVWhat are you most proud of, and what would you do differently next time?
- Proud of: looks similar to the initial image
- What would you do differently: Make it more responsive
- Challenges : Getting everything centered
- How did you overcome them: Google and trail and error. Changing properties commenting out lines to see what worked and didn't.
- Any flexbox tips to improve responsiveness
- Best way to write commit messages
- When not to use px or what I should have used instead.
@shivani16kulkarniThe Solution looks good! (Colors are mentioned in style guide, Take care of that next time) Your Q: Best way to write commit messages A: Write clear, concise commit messages that describe the changes made and their purpose.