initial commit

This commit is contained in:
tolu-paystack
2022-08-02 13:57:59 +01:00
commit a4daf209bc
13 changed files with 3246 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
html,
body {
height: 100%;
}
.btn-primary {
background-color: #00c3f7;
border: none;
}
.btn-primary:hover {
background-color: #00c2f7c1;
}