From 816de0918c28461cc2d1e3457348fd5b6e11950f Mon Sep 17 00:00:00 2001 From: Lionel LASKE Date: Tue, 18 Sep 2012 19:16:20 +0000 Subject: Initial version --- (limited to 'html/styles.css') diff --git a/html/styles.css b/html/styles.css new file mode 100644 index 0000000..ba04c75 --- /dev/null +++ b/html/styles.css @@ -0,0 +1,37 @@ +.title { + margin-bottom: 20px; + margin-top: 20px; + text-align: center; + font-size: large; +} + +.item { + display: inline-block; +} + +.itemImage { + margin-left: 30px; +} + +.itemText { + font-size:30px; + text-align: center; + padding: 16px; +} + +.itemSound { + width: 200px; + margin-left: 70px; +} + +.footer { + width: 100%; + text-align: right; +} + +.licence { + display: inline-block; + font-size: x-small; + margin-right: 5px; + margin-top: 30px; +} \ No newline at end of file -- cgit v0.9.1