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

  • @MemoBiomy

    Posted

    • If you want to center the card in the page, give the body { height: 100vh; display: flex; align-items: center; justify-content: center; }
    0
  • @MemoBiomy

    Posted

    • To make the main-text next to the stars tiers put them in a div and give him { display:flex;} and to make a space between them use {justify-content: center;} & { align-items: center} to make them in the same row and declare a specific width for the main-text
    • Give each star tier {position: relative}, and give the first tier {right: 80px} and the second tier {right: 40px} to make the stairs shape
    • Also, put the three cards in the bottom in a div and give him {display: flex;}
    0