@NaimurRahman00
Latest solutions
Latest comments
- @maliabadziukh
Hi Naimur, your solution looks great!
A few pointers:
- You did not include an assets folder in your project directory, so the icons throw an error since the file cannot be found.
- You can use display: flex for the <section> (justify and align center) in order to center your component on the page. Now it's a bit off-center to the bottom.
- Since you are using flexbox for the card layout, you can also use flex: 50% for both left and right cards instead of specifying their width in rem.
I am relatively new to front-end, so test out / research my suggestions before implementing them, but I think they would be nice improvements :)