diff --git a/02.css b/02.css index cfcad44..d266bba 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,7 @@ h1{ color: red; -} \ No newline at end of file +} +h3{ + color: blue; + background-color: blueviolet; +}