Created
June 1, 2023 08:38
-
-
Save TheCodonist/4a4dd6c93840511f0daa0c6feb02fafb to your computer and use it in GitHub Desktop.
This file contains 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
<section class="bg-img" style="--bg-img: url('/path-to-image/image.png')"></section> | |
<style> | |
.bg-img{ | |
background-image: var(--bg-img); | |
background-repeat: no-repeat; | |
background-position: 0 0; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment