Skip to content

Commit

Permalink
Update register.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akash70629 authored Nov 9, 2024
1 parent 9a58067 commit 8855662
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions register.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@
}

/* CSS for styling the form */
body {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column; /* Stack elements vertically */
justify-content: flex-start; /* Align items at the top */
align-items: center; /* Center items horizontally */
margin: 0;
padding: 20px; /* Add padding to the body for spacing */
background-color: #f0f0f0;

:root {
--primary-color: #6366f1; /* Indigo */
Expand Down

0 comments on commit 8855662

Please sign in to comment.