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

  • reema• 30

    @R33M4

    Submitted

    I'm a complete noob in web dev, here I tried to replicate the website as best as I could. I had a problem with the music icon & pricing section, I couldn't manage to position them correctly.

    also had problems with the payment & cancel buttons.. I couldn't separate them on lines without ruining their position

    Chris Korsak• 70

    @chriskorsak

    Posted

    Hi,

    To address your second paragraph:

    My understanding is that <button> and <a> elements are both inline elements, not block-level. That's why they are stacking up on one line. You could wrap each in a block-level element like a <div>, or use a (display: block;) css rule for the element.

    Hope this helps, -Chris

    3