diff --git a/concept/index.html b/concept/index.html index d01f779..7b16593 100644 --- a/concept/index.html +++ b/concept/index.html @@ -4,8 +4,17 @@ Document + +
+
  • + + + +
  • + +
    \ No newline at end of file diff --git a/concept/style.css b/concept/style.css index e69de29..f925627 100644 --- a/concept/style.css +++ b/concept/style.css @@ -0,0 +1,7 @@ +body{ + background-color: blueviolet; +} + +header{ + +} \ No newline at end of file