diff options
| author | Stephane Caron <stephane.caron@ens.fr> | 2012-08-06 23:57:26 -0700 |
|---|---|---|
| committer | Stephane Caron <stephane.caron@ens.fr> | 2012-08-06 23:57:26 -0700 |
| commit | a1926f47e2c81672c455cbb11c5d9d08841a6d98 (patch) | |
| tree | b75be9d719d84e63e88b407b4b38e3458c42391b | |
| parent | 51c2536f16dc3b80a25287fda9c564c2083e4e30 (diff) | |
| download | foosball-a1926f47e2c81672c455cbb11c5d9d08841a6d98.tar.gz | |
les regles en moins de 60em
| -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; +} |
