Make card image with text better
This commit is contained in:
parent
1c66904e48
commit
573f02df52
3 changed files with 25 additions and 9 deletions
|
@ -27,11 +27,17 @@
|
|||
<div id="card">
|
||||
<h2>{Violet}</h2>
|
||||
<div style="display: flex; justify-content: center; align-items: center;">
|
||||
<img src="https://api.violets-purgatory.dev/v1/pfp" class="pfp">
|
||||
<div>
|
||||
<p>They/Them</p>
|
||||
<p>Developer</p>
|
||||
<p>{DISCORD_STATUS}</p>
|
||||
<div style="width: 50%;">
|
||||
<img src="https://api.violets-purgatory.dev/v1/pfp" class="pfp">
|
||||
</div>
|
||||
<div style="width: 50%;">
|
||||
<div style="display: inline-block; float: left;">
|
||||
<p>They/Them</p>
|
||||
<p>Developer</p>
|
||||
<p>Dating Asahi <3</p>
|
||||
<p>{DISCORD_STATUS}</p>
|
||||
</div>
|
||||
<!-- <p>THIS TEXT IS THE EPIC EXTREME FILLER TO TEST THE SITE'S FORMATTING :fire:</p> -->
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue