From ca4e8292b3c47a07436d75320f293d57c6fa9b4c Mon Sep 17 00:00:00 2001 From: okalintu Date: Tue, 3 Mar 2015 20:16:57 +0200 Subject: added styles --- f/styles/style.css | 29 +++++++++++++++++++++++++++++ f/templates/index.html | 27 ++++++++++++++++++++------- 2 files changed, 49 insertions(+), 7 deletions(-) (limited to 'f') diff --git a/f/styles/style.css b/f/styles/style.css index e69de29..639f4ff 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -0,0 +1,29 @@ +body{ + background-color:black; + color:white; + width:600px; +} +#container_main{ + font-size:24px; + width:200px; + margin-top:40px; + margin-left:auto; + margin-right:auto; +} +td:first-child{ + text-align:right; +} +#que td{ + padding-left:20px; +} +#que{ +margin-top:50px; +} +#addform{ + +} +#addbutton{ + width:60px; + margin-left:auto; + margin-right:auto; +} diff --git a/f/templates/index.html b/f/templates/index.html index e1cb7b3..ca72485 100644 --- a/f/templates/index.html +++ b/f/templates/index.html @@ -1,21 +1,34 @@ - + + + Jono -
- - +
+
Rivi:
+ - +
Rivi:
Nimi:
- +
- +
{{person.row}}Rivi {{person.row}}: {{person.name}}
-- cgit v1.3