diff --git a/css/artsey-tutor.css b/css/artsey-tutor.css index ee5bbf8..489a786 100644 --- a/css/artsey-tutor.css +++ b/css/artsey-tutor.css @@ -1,3 +1,8 @@ +body { + background-color: antiquewhite; + height: 100%; +} + .navbar { background-color: steelblue; }