Design comparison
SolutionDesign
Community feedback
- @Mar1362Posted 2 months ago
hi friend i really appreciate the render it's a clean job. Now, in order to change the cursor appearance when you pass over a link you should use the css property
cursor: pointer;
Also, you don't need to wrap the ''London, United Kingdom'' into a
<p>
tagAnd instead of using
div
for your buttons you may want to use the following instead since it is a list of link referring to Jessica's social accounts<ul> <li><a href="#">GitHub</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">LinkedIn</a></li> <li><a href="#">Twitter</a></li> <li><a href="#">Instagram</a></li> </ul>
Hope this help you improve my friend! let's improve together :0
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