border radius added

This commit was merged in pull request #26.
This commit is contained in:
victorAnumudu
2025-01-27 19:05:14 +01:00
parent dff0bd72ed
commit 08665d51a7
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -10,8 +10,12 @@
background-repeat: no-repeat;
}
.register{
border-radius: 10px;
}
.login-links{
margin-top: 40px;
margin-top: 50px;
display: flex;
flex-direction: row;
justify-content: center;