diff --git a/a.html b/a.html index 4e40f74..e884d79 100644 --- a/a.html +++ b/a.html @@ -20,6 +20,9 @@ #purple{ background-color: purple; } + #teal{ + background-color: teal; + } button { border-radius: 5px; width: 60px; @@ -35,6 +38,7 @@ + \ No newline at end of file