diff options
| -rw-r--r-- | rules.html | 3 | ||||
| -rw-r--r-- | style.css | 7 |
2 files changed, 10 insertions, 0 deletions
@@ -21,6 +21,8 @@ </menu> <article> + <div class="readable"> + <h1>Rules</h1> <h2>Definitions</h2> @@ -91,6 +93,7 @@ <li>Scoring from the midfield during the game</li> <li>Scoring from the attack rod without stopping the ball first</li> </ul></p> + </div> <!-- readable --> </article> <footer> © Copyright 2012, Entité TriCastor @@ -207,3 +207,10 @@ tr:nth-child(even) td { height: 80px; background-color: #ADFF09 } + +.readable { + margin-left: auto; + margin-right: auto; + font-size: 125%; + width: 50em; +} |
