diff --git a/Art/Emmykeys101-animeArt/index.html b/Art/Emmykeys101-animeArt/index.html index d362c475d..4640cb81e 100644 --- a/Art/Emmykeys101-animeArt/index.html +++ b/Art/Emmykeys101-animeArt/index.html @@ -9,16 +9,16 @@ -
+
hacktoberfest
-
hacktoberfest
-
hacktoberfest
-
hacktoberfest
-
hacktoberfest
-
hacktoberfest
-
hacktoberfest
-
hacktoberfest
+
discord
+
youtube
+
ZTM
+
css
+
digital ocean
+
github
+
x
@@ -67,6 +67,7 @@
+

Powered by

\ No newline at end of file diff --git a/Art/Emmykeys101-animeArt/styles.css b/Art/Emmykeys101-animeArt/styles.css index 9920379ba..a088f9b18 100644 --- a/Art/Emmykeys101-animeArt/styles.css +++ b/Art/Emmykeys101-animeArt/styles.css @@ -6,6 +6,9 @@ * { margin: 0; + padding: 0; + box-sizing: border-box; + font-family: arial; } @keyframes scrollleft { @@ -26,6 +29,7 @@ body { position: relative; width: 100%; height: 100%; + left: 200px; } .star { @@ -185,8 +189,9 @@ body { display: flex; justify-content: center; align-items: center; - margin-left: -325px; + margin-left: -500px; margin-top: 200px; + left: 260px; } .container .ring { @@ -284,4 +289,46 @@ body { 0 0 0 20px #e41cf811, 0 0 20px #e41cf8, 0 0 50px #e41cf8; +} + +h2 { + position: relative; + font-size: 2em; + letter-spacing: 15px; + color: #0e3742; + text-transform: uppercase; + width: 100%; + text-align: center; + -webkit-box-reflect: below 1px linear-gradient(transparent, #0004); + line-height: 0.70em; + outline: none; + animation: animate3 3s linear infinite; + top: 600px; + left: -420px; + white-space: nowrap; +} + +@keyframes animate3 { + + 0%, + 18%, + 20%, + 50.1%, + 60%, + 65.1%, + 80%, + 90.1%, + 92% { + color: #0e3742; + box-shadow: none; + } + + 100% { + color: #fff; + text-shadow: 0 0 10px #03bcf4, + 0 0 20px #03bcf4, + 0 0 40px #03bcf4, + 0 0 80px #03bcf4, + 0 0 160px #03bcf4, + } } \ No newline at end of file