diff options
| author | Stephane Caron <stephane.caron@ens.fr> | 2012-08-07 08:32:46 -0700 |
|---|---|---|
| committer | Stephane Caron <stephane.caron@ens.fr> | 2012-08-07 08:32:46 -0700 |
| commit | e512cd90c582894fcc19c4e8b19de97184c94471 (patch) | |
| tree | 7a1fd16af58171c9ac6284e5f25d6cd2bfa95be7 | |
| parent | ffd390e909c259258c56cc455dbee978b208d236 (diff) | |
| download | foosball-e512cd90c582894fcc19c4e8b19de97184c94471.tar.gz | |
oups, j'avais oublié de commiter ça
| -rw-r--r-- | schedule.html | 5 | ||||
| -rw-r--r-- | style.css | 14 |
2 files changed, 18 insertions, 1 deletions
diff --git a/schedule.html b/schedule.html index 477d0fb..55f7e98 100644 --- a/schedule.html +++ b/schedule.html @@ -38,7 +38,10 @@ <tr><td><strong>5:30pm</strong></td><td>Group C - {Sandy, ?} vs {Vijay, Zhen}</td></tr> </table> </div> <!-- calendar --> - + + <div id="beaver" class="center"> + <img src="images/beaver.jpg" alt="kroOon" /> + </div> </article> @@ -279,3 +279,17 @@ td.team-name { .cpink { color: #909; } .cyellow { color: #a60; } +.center { + text-align: center; + margin-left: auto; + margin-right: auto; +} + +#beaver { + opacity: 0.25; + margin-top: 5ex; +} + +#beaver:hover { + opacity: 1.0; +} |
