added login links and updated contact page design

This commit was merged in pull request #24.
This commit is contained in:
victorAnumudu
2025-01-26 03:06:47 +01:00
parent 5d93817555
commit 3eaf99f212
8 changed files with 135 additions and 36 deletions
+23
View File
@@ -8,4 +8,27 @@
background-image: url('./assets/bg/signup_bg.jpg') !important;
background-size: cover;
background-repeat: no-repeat;
}
.login-links{
margin-top: 20px;
display: flex;
flex-direction: row;
justify-content: center;
}
.login-links a {
font-size: 15px;
font-weight: 700;
padding: 0px 20px;
border-right: 2px solid;
cursor: pointer;
}
.login-links a:nth-of-type(1){
padding-left: 0px;
}
.login-links a:last-child{
border: 0px;
}