text on top of image
how do i make text on top of images like https://shopify.com/ (shopify uses a video but ig its the same as the image)
Shopify
Start and grow your e-commerce business - 3-Day Free Trial
Try Shopify free and start a business or grow an existing one. Get more than ecommerce software with tools to manage every part of your business.
2 Replies
There are several ways you could achieve this.
For example:
- Use a background image and place the text as usual. (Spotify does this)
- Use absolute position on the image and place the the text as usual.
- Place the image as usual and place the text with absolute positioning.
- Use overlapping grid cells (more complicated but it should be possible)
ty