Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Mi terser Reto de FrontEndMentor solo usando HTML y CSS perfil social

@Jorgel7202

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Joshtemi0 180

@Joshtemi0

Posted

Great Job

Almost the same size with the original image

  • But unable to hover and when the cursor is over the links it is not changing to pointer

Well thing I can help with that from the little I know

For example you used
<nav>
      <div class="buttom">GitHub</div>
    </nav>
In other to allow the cursor to change to pointer you should use " a " instead of the div that you used
<a href="#" class="button">Github</a>
And in the css 
The hover in front of the buttom means when ever the cursor is on ** top or over ** of the object   
.buttom:hover {
    background-color: rgb(196 248 42);
    color: rgb(20 20 20);
}

Hope this help you out
0

@Jorgel7202

Posted

@Joshtemi0 muchas gracias, tienes toda l razón, espero contar siempre con comentarios tan certeros como ese, es la unica manera de mejorar la calidad del trabajo

0

@Jorgel7202

Posted

@Joshtemi0 muchas gracias, tienes toda l razón, espero contar siempre con comentarios tan certeros como ese, es la unica manera de mejorar la calidad del trabajo

0
Joshtemi0 180

@Joshtemi0

Posted

@Jorgel7202

You are welcome

0

Please log in to post a comment

Log in with GitHub
Discord logo

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