diff --git a/index.html b/index.html index 7418ebf..1df12a0 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,10 @@ + + @@ -14,9 +18,12 @@ - - - + + + + + + diff --git a/stylesheets/small-height.css b/stylesheets/small-height.css new file mode 100644 index 0000000..f227851 --- /dev/null +++ b/stylesheets/small-height.css @@ -0,0 +1,4 @@ +footer { + bottom: 0; + position: relative; +} \ No newline at end of file diff --git a/stylesheets/small.css b/stylesheets/small.css new file mode 100644 index 0000000..7dc44c3 --- /dev/null +++ b/stylesheets/small.css @@ -0,0 +1,3 @@ +img#logo { + width: 100%; +} diff --git a/stylesheets/style.css b/stylesheets/style.css index 31e2518..d974551 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -18,7 +18,7 @@ body { margin: 0 auto 0 auto; text-align: center; } -img#logo{ +img#logo { width: 500px; margin-bottom: 20px; }