update register page

This commit is contained in:
SowinskiBraeden committed 2022-04-14 13:07:38 -07:00
1 parent 2ee8289fc6
commit db759af875
2 files changed
+14 -3

No files matched your search

+11
View File
@@ -22,6 +22,17 @@ body {
#signup:hover {
cursor: pointer;
}
.title {
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -25%);
font-weight: 80;
z-index: 3;
}
.title h1 {
color: var(--white-smoke);
}
.container2{
max-width: 1320px;
margin: 0 auto;