https://codepen.io/ZION-MUSA/pen/raNGBxW
It took me days to finish this project, I try to give it my best I know it’s not perfect and I look forward to improving it as I learn more, please your feedbacks are much accepted. Thank you
https://codepen.io/ZION-MUSA/pen/raNGBxW
It took me days to finish this project, I try to give it my best I know it’s not perfect and I look forward to improving it as I learn more, please your feedbacks are much accepted. Thank you
Hi @Zionmusa
I noticed a few things with the code.
There is a typo in the font name.
body {
font-family: "Aerial", sans-serif;
}
Reconsider using viewport units for the pricing containers. On smaller screens the container may not display as intended.
.pricing-container {
height: 28vh;
}
Some of the fonts look very small.
Try resizing the browser so you can see how it could look on various screen sizes.
Happy coding