update register page
This commit is contained in:
1 parent
2ee8289fc6
commit
db759af875
2 files changed
+14
-3
No files matched your search
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user