diff options
Diffstat (limited to 'f/styles/style.css')
| -rw-r--r-- | f/styles/style.css | 29 |
1 files changed, 29 insertions, 0 deletions
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;
+}
|
