diff --git a/src/assets/css/components/Titling.scss b/src/assets/css/components/Titling.scss new file mode 100644 index 0000000..261045f --- /dev/null +++ b/src/assets/css/components/Titling.scss @@ -0,0 +1,5 @@ +.titling-construction { + @apply bg-construction text-zuume w-fit py-1 px-4 text-3xl; + + transform: rotate(-3deg) skew(-1deg); +}