styling changes and cleaning out html files a bit

This commit is contained in:
ralphi3
2026-06-19 14:00:27 +12:00
parent 3077594cf3
commit 2c10524052
5 changed files with 17 additions and 35 deletions
+8 -1
View File
@@ -6,7 +6,7 @@ body {
margin: 0;
font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #1a1a1a;
background-color: #fafafa;
background-color: #F5F5F5;
line-height: 1.6;
}
@@ -76,4 +76,11 @@ image {
padding: 10px 14px;
border-radius: 4px;
margin-bottom: 8px;
}
.signup{
border: 3px solid black;
padding: 40px;
border-radius: 4px;
margin-left: auto;
}