
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud of my improvement. learn better ways to style my code.
What challenges did you encounter, and how did you overcome them?pushing my code to github and i used the internet to overcome them.
What specific areas of your project would you like help with?how do you style an image with a border-radius
Community feedback
- @tortarugaPosted 4 months ago
hi! good job on the challenge. to style an image with border-radius you can just use the border-radius property like you would on a div element:
img { border-radius: 15px; }
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