diff --git a/images/Holiday_list_24-25.pdf b/images/Holiday_list_24-25.pdf new file mode 100644 index 0000000..22ac83c Binary files /dev/null and b/images/Holiday_list_24-25.pdf differ diff --git a/images/WDI-Policies.pdf b/images/WDI-Policies.pdf new file mode 100644 index 0000000..4e617f1 Binary files /dev/null and b/images/WDI-Policies.pdf differ diff --git a/index.html b/index.html index db1f3d4..6c2dc78 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,9 @@ background-image: url(images/background.png); background-repeat: no-repeat; background-size: cover; - padding: 5rem 0; + padding: 4rem 0; + min-height: 100vh; + background-position: center; } .heading { @@ -41,21 +43,24 @@ } .card { - background: #1e1e1e; + background: rgba(30, 30, 30, 0.5); border: none; border-radius: 10px; transition: transform 0.3s ease; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); - padding: 15px 24px !important; + padding: 15px 24px; + backdrop-filter: blur(10px) saturate(180%); + -webkit-backdrop-filter: blur(10px) saturate(180%); + border-radius: 12px; } + .card:hover { transform: scale(1.06); } .card img { width: 50px; - margin-bottom: 15px; } .card-title { @@ -131,7 +136,7 @@
@@ -150,7 +155,7 @@
@@ -169,7 +174,7 @@
@@ -188,7 +193,7 @@
@@ -207,18 +212,18 @@