diff --git a/README.md b/README.md index 2d40406..37ef4d5 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# css-exercise-one \ No newline at end of file +# HTML & CSS diff --git a/css/style.css b/css/style.css index 20b5581..36c05d9 100644 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,11 @@ body - font-size: 14px; + font-size: 20px; } nav { background color: yellow; height: 100px; - margin-top: -10px; + margin-top: 10px; position: fixed; width: 100%; @@ -16,11 +16,11 @@ section { } h1 { - font-family sans-serif; + font-family: sans-serif; font-size: 2em; } -.example, h3 { +#navbar{ padding-top: 30px; text-align center } diff --git a/index.html b/index.html index 8848434..1b94513 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,12 @@ - + HTML & CSS