diff --git a/index.html b/index.html index 8cc98ad..d482a04 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..3462f9a --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +h1 { + color: blue; +} + +h2 { + color: green; +}