diff --git a/src/Pages/Home/Home.css b/src/Pages/Home/Home.css index 8de76444c..683e38249 100644 --- a/src/Pages/Home/Home.css +++ b/src/Pages/Home/Home.css @@ -62,4 +62,27 @@ } .fade-in-img.show { opacity: 1; -} \ No newline at end of file +} + +@font-face { + font-family: 'Minecraftia'; + src: url('../MinecraftiaFont/Minecraftia-Regular.woff2') format('woff2'); +} + +.minecraft { + font-family: 'Minecraftia', sans-serif; + color: #FFFF55; + font-size: 18px; + text-shadow: 3px 3px 0px #3f3f00; + transform: rotate(20deg); + animation: splash-bounce 0.5s infinite alternate; +} + +@keyframes splash-bounce { + from { + transform: rotate(-10deg) scale(1); + } + to { + transform: rotate(-10deg) scale(1.1); + } +} \ No newline at end of file diff --git a/src/Pages/Home/Home.js b/src/Pages/Home/Home.js index 53b42e00d..9582339eb 100755 --- a/src/Pages/Home/Home.js +++ b/src/Pages/Home/Home.js @@ -59,11 +59,6 @@ const Home = () => { return (
- {message} -
-
+
+