diff --git a/index.html b/index.html index 3a3b5e7..9205870 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,21 @@ - - - - - Document - - -

Hi there

-

This is paragraph

-
- - -
- - + + + + + Document + + + +

Hi there

+

This is paragraph

+ +
+ + +
+ + + \ No newline at end of file diff --git a/style.css b/style.css index 5d639ee..a60aaa2 100644 --- a/style.css +++ b/style.css @@ -6,11 +6,16 @@ h1 { color: green; } +h2 { + color: brown; +} + p { color: blue; } form { - margin: 30px; + margin: 20px; padding: 30px; } +