modify background image cover, opacity

This commit is contained in:
Mark Eaton
2021-03-10 13:45:58 -05:00
parent fc96df68fb
commit b40087ba54
+2 -1
View File
@@ -20,10 +20,11 @@ body {
/* style background image */ /* style background image */
.kbcc-background-image { .kbcc-background-image {
background-image: url("https://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg"); background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url("https://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg");
padding: 20px 0px; padding: 20px 0px;
height: 230px; height: 230px;
border-radius: 5px; border-radius: 5px;
background-size: cover;
} }
/* style navbar */ /* style navbar */