add randomized background images

This commit is contained in:
Mark Eaton
2026-02-07 22:34:36 -05:00
parent 5ab9ecc723
commit ddcb471eac
2 changed files with 16 additions and 6 deletions
-6
View File
@@ -204,12 +204,6 @@
/* style background image */
.kbcc-background-image {
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.6) 0%,
rgba(255, 255, 255, 0.6) 100%
),
url("https://libapps.s3.amazonaws.com/accounts/16298/images/library_front_view.jpg");
background-position: 50% 71%;
padding: 20px 0;
border-radius: 5px;