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

Submitted

Order Sumary solution

melloper• 20

@mellito

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


traing to get better =)

Community feedback

Juveria Dalvi• 1,375

@Juveria-Dalvi

Posted

Div with class attribution should be written in footer tag and in img use (.) period this way :

<body>
  <main>
    <div class="main__cointainer" >
        <div class="main__header"> 
            <img src="./assets/images/illustration-hero.svg" alt="imagen del header">
        </div>
        <div class="main__resume">
            <h1>
                Order Summary
            </h1>
    
            <p>
                You can now listen to millions of songs, audiobooks, and podcasts on any device anywhere you like!
           </p>      
            <div class="main__plan">
       <img src="./assets/images/icon-music.svg" alt="icono musica">
            <article>
                    <h3>Annual Plan</h3>
                    <p>$59.99/year</p>
             </article>
           <a href="#">Change</a>
     </div>
            <button class="main__container--button" type="submit">Proceed to Payment</button>
            <button class="main__container--button--cancel" type="submit">Cancel Order</button>
      </div>
   </div>
</main>
<footer>
  <div class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="#">dayan manrique</a>.
  </div>
</footer>
</body>```

Marked as helpful

0
P
Chamu• 13,030

@ChamuMutezva

Posted

  • you css styles are not being implemented . Try putting a dot at the beginning of the link as in <link rel="stylesheet" href="./style/style.css">
0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord