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

  • @Mattological

    Posted

    how do you get the images to show mine doesnt show images

    0
  • @katrina-l-hill

    Submitted

    I'm having difficulty spotting an issue in my code where the div class for the summary scores are not lining up on one line. It may be the same issue causing the icons not to show up and the alt text to show up instead. If there is any assistance you can give me, I'd greatly appreciate it.

    @Mattological

    Posted

    nest both div elements inside an outer div container and go to CSS and use a float property of left

    in html -- <div class="container"> </> in CSS .container{ float: left; } hope this solves it

    Marked as helpful

    0