mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-25 07:51:12 +02:00
style footer
This commit is contained in:
@@ -36,30 +36,35 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="ta-c" style="position: relative">
|
<div
|
||||||
|
class="ta-c flex"
|
||||||
|
style="position: relative; flex-direction: column; align-items: center"
|
||||||
|
>
|
||||||
<img
|
<img
|
||||||
src="https://cssbattle.dev/images/avatar-chang.png"
|
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="
|
style="
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: black;
|
background: black;
|
||||||
border-radius: 35px;
|
border-radius: 1in;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
color: white;
|
color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 30ch;
|
width: 30ch;
|
||||||
|
margin: -1rem 0 0;
|
||||||
left: calc(50% - 15ch);
|
left: calc(50% - 15ch);
|
||||||
"
|
"
|
||||||
>Made by
|
>
|
||||||
|
Made by
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/chinchang457"
|
href="https://twitter.com/chinchang457"
|
||||||
rel="external"
|
rel="external"
|
||||||
style="color: yellow"
|
style="color: yellow"
|
||||||
>Kushagra Gour</a
|
>Kushagra Gour</a
|
||||||
></span
|
>
|
||||||
>
|
</p>
|
||||||
</p>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user