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

  • @emmecee

    Submitted

    This was a struggle because Im not good at Grid and I feel for this it would've been best. Also how were you guys able to make the first number ( 72 / 100) to be bold without having to create extra classes if possible?

    @jacobaroberts1993

    Posted

    I used <span> elements to target the "72" and other x / 100 numbers and make them bold. I've found span elements very useful for targeting specific pieces of text like that in-line, among other things. Hope this is helpful!

    Example:

    <p><span id="score">72</span> /100</p>

    Marked as helpful

    0