Hey, it's Christmas time!
Let's get your holiday recipes sorted.
diff --git a/assets/css/custom.css b/assets/css/custom.css index e92a376..1d42d85 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,24 +1,11 @@ +/* Christmas Decorations: Fixed Positioning */ /* General Body Styles */ body { background-color: #142E35; /* Dark green background */ color: #ffffff; /* White text */ font-family: 'Poppins', sans-serif; - padding-top: 50px; } -/* Headings */ -h1, h2, h3, h4, h5, h6 { - color: #ffffff !important; /* Use !important to override other styles if necessary */ -} - -/* Buttons and Inputs */ -input, -button, -.btn { - border-radius: 8px; -} - - /* Garland */ body::before { content: ''; @@ -46,6 +33,42 @@ body::before { } } +#christmas-decorations-right { + position: fixed; + top: 0px; + right: 250px; + width: 220px; + z-index: 1033; +} + +#christmas-decorations-right img { + width: 100%; +} + +#christmas-decorations-left { + position: fixed; + top: 0px; + left: 250px; + width: 220px; + z-index: 1033; + transform: scaleX(-1); +} + +#christmas-decorations-left img { + width: 100%; +} + +/* Headings */ +h1, h2, h3, h4, h5, h6 { + color: #ffffff !important; /* Use !important to override other styles if necessary */ +} + +/* Buttons and Inputs */ +input, +button, +.btn { + border-radius: 8px; +} /* Navbar */ .navbar { @@ -208,7 +231,7 @@ footer.bg-light { border-radius: 50%; opacity: 0.8; pointer-events: none; -animation: fall linear infinite; + animation: fall linear infinite; } @keyframes fall { @@ -387,18 +410,6 @@ animation: fall linear infinite; padding: .25rem .5rem; } -#christmas-decorations-right { - position: fixed; - top: 0px; - right: 250px; - width: 220px; - z-index: 1033; -} - -#christmas-decorations-right img { - width: 100%; -} - /* Recipe Card Image */ .card .card-img-top { height: 200px; @@ -427,9 +438,4 @@ animation: fall linear infinite; opacity: 1; transform: translateY(0); } -} - - - - - +} \ No newline at end of file diff --git a/assets/pasted-20251130-194432-3a0cbe61.png b/assets/pasted-20251130-194432-3a0cbe61.png new file mode 100644 index 0000000..fb76862 Binary files /dev/null and b/assets/pasted-20251130-194432-3a0cbe61.png differ diff --git a/index.php b/index.php index 319f4f5..813771b 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@
+
Let's get your holiday recipes sorted.