Created
November 2, 2022 00:52
-
-
Save kayode-adechinan/d8c78b97bea100fbdcdf417a0a703b22 to your computer and use it in GitHub Desktop.
tailwind background + image cover + overlay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div className="absolute top-0 h-full w-full bg-cover bg-center" style={{ backgroundImage: "url(\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80\")" }}><span id="blackOverlay" className="absolute h-full w-full bg-black opacity-75" /></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment