1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 23:11:12 +02:00

style footer

This commit is contained in:
Kushagra Gour
2023-08-06 17:50:26 +05:30
parent f8585ae149
commit d81fc0fc04

View File

@@ -36,30 +36,35 @@
</li>
</ul>
<p class="ta-c" style="position: relative">
<div
class="ta-c flex"
style="position: relative; flex-direction: column; align-items: center"
>
<img
src="https://cssbattle.dev/images/avatar-chang.png"
style="width: 260px; border-radius: 45px"
style="width: 180px; border-radius: 40px; position: relative; top: 2rem"
/>
<span
<p
style="
position: absolute;
bottom: 0;
background: black;
border-radius: 35px;
border-radius: 1in;
padding: 5px 10px;
color: white;
display: inline-block;
width: 30ch;
margin: -1rem 0 0;
left: calc(50% - 15ch);
"
>Made by
>
Made by
<a
href="https://twitter.com/chinchang457"
rel="external"
style="color: yellow"
>Kushagra Gour</a
></span
>
</p>
>
</p>
</div>
</footer>