diff --git a/assets/style.css b/assets/style.css index 32b946c..1900b65 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,6 +6,7 @@ padding: 0; } + .container { max-width: 95vw; font-family: 'Ubuntu', sans-serif; @@ -31,6 +32,28 @@ transition: 0.3s all; font-size: 28px; } + +#animatext{ + padding-left: 6em; + margin-bottom: 1.3em; + text-align: center; + width: 0ch; + overflow: hidden; + white-space: nowrap; + animation: text 6s steps(18) infinite alternate; + border-right: 3px solid black; + font-size: 60px; +} + +@keyframes text{ + 0%{ + width: 0ch; + } + 50%{ + width: 18ch; + } +} + .hover-line{ color: #ffff; margin: 8px; diff --git a/index.html b/index.html index cf2d52a..de94268 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,7 @@
+

Om Poly Industries

@@ -56,7 +57,7 @@

The Best Production for you in your city. Contact N
-
+