@mathangisdSubmitted over 1 year ago
I appreciate any feedback. Thank you!
I appreciate any feedback. Thank you!
how do you get the images to show mine doesnt show images
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.
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