@DanielRR10Submitted over 3 years ago
Ready for you feedback!
Ready for you feedback!
Great work on this Daniel.
Perhaps setting a max-width (around 400px or so) to the main card div could help keep everything looking proportionate, especially on larger screens and even as you shrink down to mobile size.
Keep up the coding!
How to move the background-image a little bit to the bottom?
Great work on this! To move the background position slightly lower, you could use something like this: background-position: 100% 130%;.
You can read all about this here: https://css-tricks.com/almanac/properties/b/background-position/