Simple Table

ResourceParadox

Info


Created
1 year, 1 month ago
Creator
ResourceParadox
Favorites
35

Profile



  • Copy the code in the text area below
  • Turn off WYSIWYG to use this code properly!
  • You do not have to keep the link back here, but it's helpful for other people!
  • You don't have to credit me, honestly, this is a bare basic table
  • You may edit it however you want or use it as inspiration
How to get a table like below:

FOR ARTISTS

✓ Yes:
  • Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
  • Ut enim ad minim veniam, quis nostrud
  • Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

✗ Nah:
  • Ut sem viverra aliquet eget. 
  • Adipiscing at in tellus integer feugiat scelerisque varius morbi. Aenean euismod elementum nisi quis eleifend quam adipiscing vitae. 
  • Faucibus scelerisque eleifend donec pretium vulputate sapien nec sagittis aliquam. Nunc mi ipsum faucibus vitae. Pretium quam vulputate dignissim suspendisse in est ante in. 


    
<div align="center">

<table style="width: 700px;"><tbody><tr>
<td colspan="2" style="width: 100%;">
<div style="text-align: center;"><span style="background-color: initial; font-size: 0.9rem;"><strong>FOR ARTISTS</strong></span></div>
<br></td></tr>
<tr>
<td style="width: 50%; vertical-align: top;"><strong><span style="color: #1a6732;">✓ Yes:</span></strong>

<ul style="list-style-type: circle;">
<li>Yes</li>
<li>Yes</li>
<li>Yes</li>
</ul><br></td>
<td style="width: 50%; vertical-align: top;"><strong><span style="color: #bf1515;">✗ Nah:</span></strong>

<ul style="list-style-type: circle;">
<li>Nah</li>
<li>Nah</li>
<li>Nah</li>
</ul></td></tr>
</tbody>
</table>
<p style="text-align: center;"><a href="https://toyhou.se/20735833.simple-table" id=""><span style="font-size: 12px;">Want this table?</span></a></p>
</div>