diff --git a/CSS/Style.css b/CSS/Style.css new file mode 100644 index 0000000..f8dcd48 --- /dev/null +++ b/CSS/Style.css @@ -0,0 +1,75 @@ +body { + font-size: 3em; + background-color: #2c2c2c; + font-family: "Roboto", sans-serif; + margin: auto; + margin-top: 30vh; +} + + +h1 { + color: #229100; + + text-align: center; +} +body::-webkit-scrollbar { + width: 0; +} +body::-webkit-scrollbar- { + width: 0; +} + +/* ---------------------------------------------- + * Generated by Animista on 2020-12-31 16:52:43 + * Licensed under FreeBSD License. + * See http://animista.net/license for more info. + * w: http://animista.net, t: @cssanimista + * ---------------------------------------------- */ + +/** + * ---------------------------------------- + * animation text-pop-up-top + * ---------------------------------------- + */ +@-webkit-keyframes text-pop-up-top { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + text-shadow: none; + } + 100% { + -webkit-transform: translateY(-50px); + transform: translateY(-50px); + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + text-shadow: 0 1px 0 #229100, 0 2px 0 #229100, 0 3px 0 #229100, + 0 4px 0 #229100, 0 5px 0 #229100, 0 6px 0 #229100, 0 7px 0 #229100, + 0 8px 0 #229100, 0 9px 0 #229100, 0 50px 30px rgba(0, 0, 0, 0.3); + } +} +@keyframes text-pop-up-top { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + text-shadow: none; + } + 100% { + -webkit-transform: translateY(-50px); + transform: translateY(-50px); + -webkit-transform-origin: 50% 50%; + transform-origin: 50% 50%; + text-shadow: 0 1px 0 #229100, 0 2px 0 #229100, 0 3px 0 #229100, + 0 4px 0 #229100, 0 5px 0 #229100, 0 6px 0 #229100, 0 7px 0 #229100, + 0 8px 0 #229100, 0 9px 0 #229100, 0 50px 30px rgba(0, 0, 0, 0.3); + } +} + +.text-pop-up-top { + -webkit-animation: text-pop-up-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) + both; + animation: text-pop-up-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; +} diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..f143aed Binary files /dev/null and b/img/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..217348e --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + +
+