Website: Made HTML cleaner in lists
This commit is contained in:
parent
2f250da39a
commit
ad6023cc4a
2 changed files with 31 additions and 31 deletions
|
@ -40,46 +40,38 @@
|
||||||
I'm a transfem catgirl from Poland! <br>
|
I'm a transfem catgirl from Poland! <br>
|
||||||
I mostly do programming as a hobby :3 <br>
|
I mostly do programming as a hobby :3 <br>
|
||||||
I go by she/her :3 <br><br>
|
I go by she/her :3 <br><br>
|
||||||
<b><a href="https://www.github.com/Sugaryyyy/" target="_blank">Github</a></b>
|
|
||||||
<br>
|
<b><a href="https://www.github.com/Sugaryyyy/" target="_blank">Github</a></b>
|
||||||
<b><a href="https://git.kemonomimi.gay/Sugary" target="_blank">Gitea</a></b>
|
<b><a href="https://git.kemonomimi.gay/Sugary" target="_blank">Gitea</a></b>
|
||||||
<br>
|
<b><a href="https://www.youtube.com/@Sugaryy_" target="_blank">Youtube</a></b>
|
||||||
<b><a href="https://www.youtube.com/@Sugaryy_" target="_blank">Youtube</a></b>
|
<b><a href="https://www.twitch.tv/sugaryy_" target="_blank">Twitch</a></b>
|
||||||
<br>
|
|
||||||
<b><a href="https://www.twitch.tv/sugaryy_" target="_blank">Twitch</a></b>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<i>
|
<i>
|
||||||
<h2>Projects</h2>
|
<h2>Projects</h2>
|
||||||
</i>
|
</i>
|
||||||
<b><a href="https://www.github.com/Sugaryyyy/FemboyOS" target="_blank">FemboyOS</a></b> <br>
|
<ul>
|
||||||
|
<li><b><a href="https://www.github.com/Sugaryyyy/FemboyOS" target="_blank">FemboyOS</a></b></li>
|
||||||
|
</ul>
|
||||||
<i>
|
<i>
|
||||||
<h2>Links</h2>
|
<h2>Links</h2>
|
||||||
</i>
|
</i>
|
||||||
|
<ul>
|
||||||
<b><a href="https://kemonomimi.gay">Main website</a></b>
|
<li><b><a href="https://kemonomimi.gay">Main website</a></b></li>
|
||||||
<br>
|
</ul>
|
||||||
|
|
||||||
<i>
|
<i>
|
||||||
<h2> Cool people! </h2>
|
<h2> Cool people! </h2>
|
||||||
</i>
|
</i>
|
||||||
|
<ul>
|
||||||
<b><a href="https://xutils.co/" target="_blank">Xwashere</a></b>
|
<li><b><a href="https://xutils.co/" target="_blank">Xwashere</a></b></li>
|
||||||
<br>
|
<li><b><a href="https://chiefjazzdiewltr.github.io/" target="_blank">Chief</a></b></li>
|
||||||
<b><a href="https://chiefjazzdiewltr.github.io/" target="_blank">Chief</a></b>
|
<li><b><a href="https://yukijoou.kemonomimi.gay/" target="_blank">Yukijoou</a></b></li>
|
||||||
<br>
|
<li><b><a href="https://toxicaven.dev/" target="_blank">Aven</a></b></li>
|
||||||
<b><a href="https://yukijoou.kemonomimi.gay/" target="_blank">Yukijoou</a></b>
|
<li><b><a href="https://ady.kemonomimi.gay/" target="_blank">Ady</a></b></li>
|
||||||
<br>
|
<li><b><a href="https://makulaturka.tk/" target="_blank">m4kulatura</a></b></li>
|
||||||
<b><a href="https://toxicaven.dev/" target="_blank">Aven</a></b>
|
<li><b><a href="https://nova.gay/" target="_blank">Nova</a></b></li>
|
||||||
<br>
|
<li><b><a href="https://snoopitek.com/" target="_blank">Snoopie</a></b></li>
|
||||||
<b><a href="https://ady.kemonomimi.gay/" target="_blank">Ady</a></b>
|
</ul>
|
||||||
<br>
|
|
||||||
<b><a href="https://makulaturka.tk/" target="_blank">m4kulatura</a></b>
|
|
||||||
<br>
|
|
||||||
<b><a href="https://nova.gay/" target="_blank">Nova</a></b>
|
|
||||||
<br>
|
|
||||||
<b><a href="https://snoopitek.com/" target="_blank">Snoopie</a></b>
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -71,3 +71,11 @@ pre {
|
||||||
font-family: 'Cherry Bomb One';
|
font-family: 'Cherry Bomb One';
|
||||||
src: url("font/cherrybombone/CherryBombOne-Regular.woff2") format("woff2");
|
src: url("font/cherrybombone/CherryBombOne-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
display: inline-block;
|
||||||
|
margin: auto;
|
||||||
|
padding: 0;
|
||||||
|
text-align: center;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue