Design comparison
Solution retrospective
I want to code only with HTML / CSS, but I do not know how to put a title in bold with CSS only.
I spent a week on the project, I learned a lot and I realize that JS is not that easy haha.
I just don't understand why on mobile when I click there is an orange square that appears ..
Community feedback
- @GustavoMontPosted over 3 years ago
Your solution it's so good, congratulations !! About the orange square, I guess you have to disable the outline. It's just use outline: none; in CSS and it will disappear.
1@didyouseekyngPosted over 3 years agoalso what I noticed is that you didn't add the shadow to the img on the left, you could use box-shadow for that. [You can use this site here to help with the box shadow.] (https://cssmatic.com)
0@Alexandre-ChsPosted over 3 years ago@didyouseekyng Exactly ! I didn't care, thank you! ♥ Great site!
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