diff --git a/index.html b/index.html index 23206b2..0bdbd0a 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,21 @@ Document + +
-
+

-
- +

+ + +
\ No newline at end of file diff --git a/style.css b/style.css index e69de29..31cd7d6 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,7 @@ +.main{ + border: 1px solid black; + height: 200px; + width: 250px; + margin: auto; + +} \ No newline at end of file