site-key form made resulable

This commit is contained in:
realaravinth
2021-05-01 14:41:22 +05:30
parent 7058af84d6
commit 90424219f5
57 changed files with 1015 additions and 175 deletions

View File

@@ -1,9 +1,20 @@
* {
padding: 0;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
text-decoration: none;
}
li {
list-style: none;
}
html {
height: 100%;
}
body {
height: 100%;
}