Design comparison
Solution retrospective
Happy to finish this project! Just a question : Why when i click on email adress, i have a border ? How i can display: none this ? Thanks ! :)
Have a good day ♥
Community feedback
- @Teja54Posted over 3 years ago
This comment was deleted over 3 years ago
1 - @pikapikamartPosted over 3 years ago
Hey, first, your work is really good and it responds well when going to mobile state.
The are no issue that I saw, just some preferences of mine, like the width of the image, for me, I think it is better to take the whole viewport's width on your first breakpoint.
Well, regarding your question. Those are the
outline
of the element, you can set itoutline: none
. It is like a border, but outline really helps a user especially when they prefer using only keyboards, they get to know which anchor they are in now. But it is up to you if you remove it ^1@Alexandre-ChsPosted over 3 years ago@pikamart Thank you very much for your message, I'm starting out and it's really nice!
I understand for the breakpoint, I wanted to adjust it in relation to the ipad, and in width 100% the image was too stretched .. so I adjusted as I could. Not easy to work with a jpg haha.
Thank you for the explanation, I note that! Good day to you ! ♥
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