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

  • Toycobro• 115

    @Toycobro

    Posted

    Hey try this for a pointer cursor effect

    .btn { cursor: pointer;

    }

    Marked as helpful

    0
  • Jeremy Inabnit• 20

    @jrinabnit

    Submitted

    Hey everyone, thanks for taking the time to check this out. Any feedback would be appreciated.

    Is there a more efficient way to code the font-color of the buttons on the active state?

    Cheers.

    Toycobro• 115

    @Toycobro

    Posted

    Target the div and give it a border-radius in the stylesheet. It will round off the corners.

    .container { border-radius: 10px; }

    0
  • Toycobro• 115

    @Toycobro

    Posted

    I found out why my image wasn't loading

    My images are kept in a seperate folder so to target a different folder i used the wrong syntax

    my mistake was (//img/

    Solution is (../img/

    0