@ERFAN-REVENANTSubmitted 4 months ago
Mohamed Biomy
@MemoBiomyAll comments
- @MemoBiomyPosted 4 months ago
- If you want to center the card in the page, give the body { height: 100vh; display: flex; align-items: center; justify-content: center; }
0 - @illusiveCodeSubmitted 5 months agoWhat specific areas of your project would you like help with?
Any feedback will be appreciated to better my skills, thanks ❤️
@MemoBiomyPosted 5 months ago- 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