diff --git a/index.html b/index.html index 47923e4..89d48c1 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,16 @@ border-radius : .5rem .5rem .5rem; color : blue; } + .btn { + background-color: #04AA6D; /* Green */ + border: none; + color: white; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; +}