Networking coding if anyone wants it!
Example:
(Copy/paste from < tr > to < / tr > to add new lines, shout at me if you break something)

MJ made this <3
Example:
↓ basic networking ↓
Code:
<link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Kristi&display=swap" rel="stylesheet"><div style="font-family:Kristi, cursive; font-size:40px; text-align:center;">↓ basic networking ↓</div>
[spoiler]
<table width="100%">
<tr>
<td width="50%"><div style="text-align:justify; border:2px solid black; border-radius:10px;padding:5px; height: 300px; overflow:auto;">
<div style="font-family:Kristi, cursive; font-size:40px; text-align:center;line-height:30px;">Name</div><img src="GIF OR IMG LINK" style="height:150px; width:150px; border-radius:75px; border:2px solid black; float:right; clear:none;">
<div style="text-align:center;font-weight:bold;">@"Char Name"<br>
# | #★ | ACAB | Relationship Status<br>
Tagline/Description</div>
<p>A little blurb goes here!</p>
</div>
</td>
<td><div style="text-align:justify; border:2px solid black; border-radius:10px;padding:5px; height: 300px; overflow:auto;">
<div style="font-family:Kristi, cursive; font-size:40px; text-align:center;line-height:30px;">Name</div><img src="GIF OR IMG LINK" style="height:150px; width:150px; border-radius:75px; border:2px solid black; float:left; clear:none;">
<div style="text-align:center;font-weight:bold;">@"Char Name"<br>
# | #★ | ACAB | Relationship Status<br>
Tagline/Description</div>
<p>A little blurb goes here!</p>
</div>
</td>
</tr>
</table>
[/spoiler]
(Copy/paste from < tr > to < / tr > to add new lines, shout at me if you break something)

MJ made this <3