diff --git a/registerpage.html b/registerpage.html index 7c5566a..b8d158c 100644 --- a/registerpage.html +++ b/registerpage.html @@ -17,9 +17,43 @@ font-family: 'Poppins', sans-serif; background-color: #1b1c1e; } + + .comp-color { + background-color: #212226; + } + + .nav-radius { + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; + }
+