Background image CSS January 18, 2023 by Skyler .element{ background: url('/path/to/image.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }