Design comparison
Solution retrospective
The project I'm working on is an interesting challenge, but I feel like there are some things I want to learn more about and some aspects that still confuse me. The main obstacle I encountered while building this project was still learning how to use CSS properly, especially in the context of front end development. I find it sometimes difficult to achieve the look I want and apply CSS efficiently. I feel I need to learn more. Do you have any suggestions or resources that can help me understand good CSS usage?
Community feedback
- @Durga-JaiswalPosted about 1 year ago
Try to use
border-radius
in pixels(px) as using % does not make border perfect circular around the corners. I've also learnt this after a long time. Using px in border-radius helps in this problem.Talking about CSS resources, there are plenty of them.Youtube Videos and Free Courses, but to get better grasp on it, you have to make small and easy projects, that will get you in better position of learning CSS.
Marked as helpful1 - @falloumacbookPosted about 1 year ago
Hi mate, if you want to learn more about web development i will recommend you browse traversy media on youtube. Brad Traversy videos are simplified and very easy to understand. happy coding mate.
Marked as helpful0
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