diff --git a/css/auth.css b/css/auth.css new file mode 100644 index 0000000..f992f5c --- /dev/null +++ b/css/auth.css @@ -0,0 +1,14 @@ +.btn-primary { + width: 100%; + padding: 10px 12px; + border: none; + border-radius: 8px; + background: #3b82f6; + color: #fff; + font-size: 15px; + cursor: pointer; + transition: background 0.2s; +} +.btn-primary:hover { + background: #2563eb; +} diff --git a/index.html b/index.html index e9f0633..3d64776 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,59 @@
+ +