diff --git a/a.html b/a.html index 2ac7a40..4e40f74 100644 --- a/a.html +++ b/a.html @@ -17,10 +17,13 @@ #white{ background-color: white; } + #purple{ + background-color: purple; + } button { border-radius: 5px; - width: 100px; - margin: 5px; + width: 60px; + margin: 1px; } @@ -31,6 +34,7 @@ + \ No newline at end of file