@kiaraaa123
Posted
Hey Gilbert,
Good job on your project, and congrats on finishing it a day! I'm always excited when that happens too, lol. You did a great job but I just wanted to offer a couple of tips that might be useful in the future:
- To differentiate the border-radius on each side, you use four values. They represent each corner going clockwise, starting from the top left. For example, for the image in this project, you would use
border-radius: 10px 0 0 10px;
- To remove the auto-styling on the button, you can use
border: none;
- Lastly, you can call
button svg
to add a little padding between the cart icon and the button text
Again, you did an amazing job! Looking forward to seeing your next project in my feed.
Marked as helpful