projext page background

This commit is contained in:
dev-chiefworks
2022-12-24 09:00:22 -05:00
parent 7742b136ab
commit 00ca4276a7
3 changed files with 12 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
.bg-body-chft {
background-image: url("/passets/media/proj-back.jpg"); /* The image used */
/* background-color: #cccccc; Used if the image is unavailable */
height: 500px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}