@Renzo-1Submitted about 4 years ago
Would appreciate any feedback! Thanks
Would appreciate any feedback! Thanks
Very good design... Try to make the font size bigger and increase the button's border-radius to 30px or something, so it's random. Well done
On desktop views with longer heights, The text spills and overflows beyond the image's height. How can I make both (text and image) equal heights across all devices.
If you're using flexbox just use align-items: stretch; although that is the default value, if it doesn't work set the text wrapper (div) to a height of 100% it will take up 100% of the container