diff --git a/index.html b/index.html index 6dc109e..d57160d 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@

Lets have some fun!

Write your name in your favorite color

My name

+ diff --git a/my_style.css b/my_style.css index 7e013cf..b78c678 100644 --- a/my_style.css +++ b/my_style.css @@ -7,6 +7,6 @@ h1 { margin-left: 20px; } -#my_name{ +.my_name{ color: aqua; }