diff --git a/register.html b/register.html index 1fd860c..04d728a 100644 --- a/register.html +++ b/register.html @@ -53,6 +53,18 @@ .form-field { margin-bottom: 15px; } + + .back button { + width: 50%; + font-size: 14px; + font-weight: 500; + color: #fff; + background-color: orange; + border: none; + border-radius: 18px; + cursor: pointer; + transition: background-color 0.3s ease; + } .form-field label { display: block; @@ -153,7 +165,9 @@

Register

- Back to Home +
+
+