diff --git a/index.html b/index.html index 039cd5b..526bd78 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,16 @@ - - Studio 0 - - - Hello, world! - + + + Studio 0 + + +
Hey there!
+

I’m Kate

+

Hello, world!

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..1f7a41d --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +body { + background-color: lightblue; +} + +h1 { + color: white; + text-align: center; +} + +p { + color: green; + font-family: verdana; + font-size: 20px; +}