Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/styles.css')
-rw-r--r--html/styles.css37
1 files changed, 37 insertions, 0 deletions
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