diff --git a/src/index.html b/src/index.html index b6fb6f0..0343dde 100644 --- a/src/index.html +++ b/src/index.html @@ -1,65 +1,87 @@ + Thala For A Reason - - - + + +

Check If you are a Thala ? -
-
-
-
+
+
+
+

- +

-
-

#ThalaForReason

-
-
- - -
- - - - - + + + + - + + \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 22062cd..182a275 100644 --- a/src/styles.css +++ b/src/styles.css @@ -206,4 +206,85 @@ button:hover { background: #333; border-radius: 50%; transform: translate(-50%,-50%); +} + +footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: #333; + color: white; + text-align: center; + padding: 5px 0; + display: flex; + justify-content: center; + align-items: center; +} + +footer a{ + font-size: 16px; + text-decoration: none; + color: #088178; +} + +#foot-text { + position: relative; + font-size: 1.1em; + color: #ecee78; + text-decoration: none; + font-weight: 500; +} + +#foot-text::after { + content: ''; + position: absolute; + left: 0; + bottom: -6px; + width: 100%; + height: 3px; + background: #fff; + border-radius: 5px; + transform: scaleX(0); + transform-origin: right; + transition: transform 0.5s ease; +} + +#foot-text:hover::after { + transform-origin: left; + transform: scaleX(1); +} + +footer .follow a{ + color: #9af1ec; + padding-right: 4px; + cursor: pointer; +} + +.icon .fa-twitter:hover { + color: #1DA1F2; +} + +.icon .fa-instagram:hover { + color: #E1306C; +} +.icon .fa-github:hover { + color: #181717; +} + +.img-f img{ + width: 150px; + height: 50px; + object-fit: cover; + border-radius: 10px; + margin: 10px; + +} +.wid{ + width: 33%; +} + +.follow h4{ + margin: 1px; + padding: 5px; } \ No newline at end of file