-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: 4bitcss /HowTo/HTML ( Fixes #98 )
- Loading branch information
James Brundage
committed
Oct 26, 2024
1 parent
e9529ae
commit 621b326
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |