@EdoPitoSubmitted almost 2 years ago
Could not round some of the corners, is it because the image is actually a background image that has no repeat and only covers 50% of the card?
Any other feedback is welcome!!!
Could not round some of the corners, is it because the image is actually a background image that has no repeat and only covers 50% of the card?
Any other feedback is welcome!!!
You can give flex to the body;
body { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
So the content will be in the middle of the page
also you can use border-top-left-radius / border-bottom-left-radius for image.