diff options
Diffstat (limited to 'f/styles/style.css')
| -rw-r--r-- | f/styles/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/f/styles/style.css b/f/styles/style.css index 246a201..ae909c8 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -4,7 +4,7 @@ body{ }
#container_main{
font-size:24px;
- width:200px;
+ width:400px;
margin-top:40px;
margin-left:auto;
margin-right:auto;
@@ -26,6 +26,9 @@ td:first-child{ #que tr:nth-child(2){
background-color:darkgreen;
}
+#que td:nth-child(3){
+ text-align: center;
+}
#addform{
}
|
