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 solutions

  • Submitted


    Hi Everyone,

    I was looking for feedback on the css and html for this Results Summary Challenge

    Particularly

    <dl>
    <div class="attribute reaction">
    <dt><img src="./assets/images/icon-reaction.svg">Reaction</dt>
    <dd><strong>80</strong> / 100</dd>
    </div>
    

    and how I styled it in the css, if anything could be better. Thanks a lot

  • Submitted


    I'm unsure about the many ways one can create vertical spacing between the elements. I added bottom margins to each element this time but I was always unsure if I should add bottom margins or a combo of top and bottom margins. It works but could it be better. I'll look at other solutions.