diff --git a/css/main.css b/css/main.css index 9fcdf0d..2c76591 100644 --- a/css/main.css +++ b/css/main.css @@ -1,7 +1,7 @@ body{ background-image: url(../photos/athens2.jpg); background-repeat: no-repeat; -background-size:cover; +background-size:100% 100vh; width: 1900px; height: 300px; } \ No newline at end of file diff --git a/css/text.css b/css/text.css index e2d934a..09ff1ff 100644 --- a/css/text.css +++ b/css/text.css @@ -14,7 +14,7 @@ footer { position: absolute; bottom: 0; text-align: justify; - color: wheat; + color: bisque; } div {