Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The use of CSS Variable to avoid repeating code that I had to use at a later stage.
What challenges did you encounter, and how did you overcome them?How to put border radius on my image
Community feedback
- @Chief-99Posted 19 days ago
If you want to put a border radius on your image you can use
img { border-radius: 0.75rem; }
Feel free to use whatever value you want of course :)
1
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