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

  • @MercySpectures

    Posted

    You are doing great but here are few things you can do to make it more beautiful.

    • center you main container using display:flex; or any other code you are ok with.
    • give space between image bold text and paragraph text.
    • change border radius so that it matches the design.

    Well everything is fine. Practice more and more to be good at this.

    0
  • @MercySpectures

    Posted

    rewrite your CSS and try to make it look like the design. Use this to toggle images and text using keyboard buttons.

    document.addEventListener("keydown", function(event){ if(event.key === "ArrowLeft"){ //your images and text changing code. } })

    0
  • @MercySpectures

    Posted

    Try to write code in a way so that the output of your code can look similar to the design provided.

    • Change the size of main text(Heading).
    • Try to place your card at center of your page.

    Marked as helpful

    0