From a8d6d67562c8d0aa757ff8f33b82c6d93468af70 Mon Sep 17 00:00:00 2001 From: veepanshu-kasana Date: Thu, 7 Nov 2024 20:01:46 +0530 Subject: [PATCH] feat(ui): Beautify registration form --- register.html | 114 +++++++++++++++++++++++++++++++------------------- styles.css | 2 + 2 files changed, 72 insertions(+), 44 deletions(-) diff --git a/register.html b/register.html index 94e1297..1fd860c 100644 --- a/register.html +++ b/register.html @@ -14,72 +14,98 @@ diff --git a/styles.css b/styles.css index 1df5df7..4f90acf 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); + .review-section { width: 80%; margin: 50px auto;