Skip to content

Commit

Permalink
mmistakes#8 html gaming
Browse files Browse the repository at this point in the history
  • Loading branch information
will-driessen committed Sep 9, 2022
1 parent 2d952df commit e47d082
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@
---


This should be in **markdown**
This should be in **markdown**

<html>
<body>

<p>I am normal</p>
<p style="color:red;">I am red</p>
<p style="color:blue;">I am blue</p>
<p style="font-size:50px;">I am big</p>

</body>
</html>

0 comments on commit e47d082

Please sign in to comment.