79074035

Date: 2024-10-10 10:53:13
Score: 1
Natty:
Report link

You could either: a) use the “background-image” CSS property to set one image as the background. b) make your outer div “position: relative” and then set both your images to “position: absolute; top: 50%; left: 50; transform: translate(-50%, -50%)

The above is just base CSS rules, but you should be able to find the corresponding Tailwind classes through a quick web search.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: SebastianK