mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
About formatting
This commit is contained in:
parent
cf321fc68a
commit
d8f8c8ec41
1 changed files with 16 additions and 3 deletions
|
|
@ -5,9 +5,22 @@
|
|||
|
||||
<div class="content">
|
||||
<h1>About Bored Game</h1>
|
||||
<article>
|
||||
<p>
|
||||
One day we were bored and wanted to play one of our board games. Our problem was that we didn't
|
||||
know which one to play.
|
||||
One day we were bored and wanted to play one of our board games.
|
||||
</p>
|
||||
<p>Rather than just pick one I decided to make this overcomplicated version of choice.</p>
|
||||
<p>
|
||||
Our problem was that we didn't know which one to play.
|
||||
</p>
|
||||
<p>
|
||||
Rather than just pick one I decided to make this overcomplicated solution.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
article {
|
||||
display: grid;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue