Design comparison
Solution retrospective
Hello everyone !! This is my solution to the Time Tracking Dashboard challenge, One last difficulty I got, and that I want to talk about is the borer of the profile picture. First, I create it with outline
instead of border
, because the border didn't give me a perfect result. Then, I got an issue with Safari, the border-radius
was not working anymore. Safari does not support rounded corners when using outline
. The only effective solution that I found is using box-shadow
to make it work. If you have any other suggestion for improvement, feel free to comment, your feedback is appreciated. Thank you :)
Community feedback
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