From 9564294d5a484752edac9f37d904aa0c021d61d7 Mon Sep 17 00:00:00 2001 From: job Date: Mon, 6 Mar 2023 15:07:33 +0100 Subject: [PATCH] adding intermate navbar, footer and navbutton link effects --- domme_mensen_css/tailwind.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domme_mensen_css/tailwind.css diff --git a/domme_mensen_css/tailwind.css b/domme_mensen_css/tailwind.css new file mode 100644 index 0000000..f1e26a5 --- /dev/null +++ b/domme_mensen_css/tailwind.css @@ -0,0 +1,18 @@ +@tailwind base; + +@tailwind components; + +@tailwind utilities; + + +@layer components { + .intermate-navbar { + @apply navbar bg-intermate-yellow shadow-md shadow-intermate-shadow; + } + .intermate-footer { + @apply footer p-10 bg-intermate-yellow text-white justify-around; + } + .intermate-navbutton-effect { + @apply block hover:text-intermate-yellow-hover transition-all hover:scale-110 ease-in-out; + } +} \ No newline at end of file