diff --git a/index.html b/index.html index 23206b2..43ca5d1 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,10 @@ Document + +

Form Filling

diff --git a/style.css b/style.css index e69de29..068fe28 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,8 @@ +body{ + background-color: antiquewhite; + font-size: 40 px; + text-align: center; +} +h1{ + text-align: center; +} \ No newline at end of file