Skip to content

Commit

Permalink
docs: 4bitcss /HowTo/HTML ( Fixes #98 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Oct 26, 2024
1 parent e9529ae commit 621b326
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/HowTo/HTML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: none
---

<h3 style='text-align:center'>HTML</h3>

~~~html
<div style='text-align:center'>
<span class='ANSI9 ANSI0-background'>
BrightRed on Black
</span>
<br/>
<span class='black white-background'>
Black on White
</span>
</div>
~~~

<div style='text-align:center'>
<span class='ANSI9 ANSI0-background'>
BrightRed on Black
</span>
<br/>
<span class='black white-background'>
Black on White
</span>
</div>

0 comments on commit 621b326

Please sign in to comment.