HTML / CSS / JS Vanilla!

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 ♥
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Teja54
This comment was deleted over 4 years ago
- @pikapikamart
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 ^ - @buneeIsSlo
Hey Alexandre, This looks great! Setting the outline to 0
outline: 0
should fix it. Happy coding :)
Join 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