diff --git a/src/styles/Adhook.scss b/src/styles/Adhook.scss index e7020b7..975e583 100644 --- a/src/styles/Adhook.scss +++ b/src/styles/Adhook.scss @@ -24,4 +24,16 @@ border-radius: inherit; z-index: 0; } + + &--title { + color : white; + font-size: 48px; + font-weight: 700; + text-align: center; + z-index: 1; + text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, + -1px 1px 0 #000, 1px 1px 0 #000; + -webkit-filter: drop-shadow(5px 5px 1px black); + filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); + } } \ No newline at end of file