Added footer

This commit is contained in:
Mawoka
2022-03-28 18:44:33 +02:00
parent 20b4e46020
commit f1b36c97dc
7 changed files with 311 additions and 273 deletions
+15
View File
@@ -0,0 +1,15 @@
<footer class="text-center text-white border-black">
<div class="text-center p-4 bg-gray-700">
Made with ❤️ by
<a
href="https://mawoka.eu?utm_source=ClassQuiz&utm_medium=footer"
class="hover:underline bg-clip-text text-transparent bg-gradient-to-r from-[#009444] via-[#39b54a] to-[#8dc63f]"
>Mawoka</a
>
</div>
<div class="flex justify-center bg-gray-700 border-t-2 border-t-white">
<p class="text-gray-400 text-center">
<i>Kahoot! and the K! logo are trademarks of Kahoot! AS</i>
</p>
</div>
</footer>