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

All comments

  • Derp 170

    @DDeerrpp

    Submitted

    Finished a project!

    Not really much for this project, but would like to know if there is a better way to space the contents out. Since for this project, I used margins and translate to space things as close to the design as possible.

    Please let me know any feedback you have!😗

    P
    Kate 50

    @ClickClickKate

    Posted

    Instead of margins, flex actually has the gap property which puts a gap between elements. So you could give that a go. I also used some margins, but like for social links you could try flex direction column and gap:20px...as an example...to put space between them.

    1
  • Harold 60

    @harolddatus

    Submitted

    When hover over the background on the anchor texts, the links do not change color. The text color change only when I move the mouse to the actual links. Is there a way to make the text color change when I move the mouse to the grey background as well?

    P
    Kate 50

    @ClickClickKate

    Posted

    Try referencing the container your links are in to change the background color of the whole box nor just the link. I can see in your css you have referenced the a link for styling so that would only change the actual link. You have two classes, active and active link that you haven't styled. Try one of those for the whole background. I organised mine a tad differently then you, but principal the same. Change container link text is in, not just the link. Hope that helps.

    0