diff --git a/index.html b/index.html index 340aa3b..fc677f9 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,12 @@ +
+

+ +
diff --git a/style.css b/style.css new file mode 100644 index 0000000..85f6d13 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +html { + font-family: Arial, Verdana; + font-size:90%; +} + +#main { + text-align: center; +}