diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..2739deb --- /dev/null +++ b/styles.css @@ -0,0 +1,35 @@ +html{ + background-color:skyblue +} + +th{ + padding:10px; + font-size:110%; +} + +td{ + text-align:center; + padding: 5px ; +} + +input{ + padding:10px; + margin:5px; + margin-top:10px; +} + +table{ + margin-top:10px; + border: 1px solid black; +} + +th,tr,td{ + border:1px solid black; +} + +body{ + font-family:sans-serif; + width:80%; + margin:auto; + font-size:12pt; +} |