diff --git a/index.html b/index.html index 6e1c007..0784fab 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,14 @@ + + Homework + +
{{> notes}} {{#if currentUser}} diff --git a/style.css b/style.css index 683eb9e..4cb17af 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,12 @@ +.page-header { + text-align: center; + align: center; +} + +input { + text-align:center; +} + .container { max-width: 700px; }