Improved card fold, Added one to the index, Fixed typos

Update .gitignore, 403.php, and 4 more files...
This commit is contained in:
2022-09-22 12:46:12 +02:00
parent 2555400b2d
commit 4a8b815b6e
6 changed files with 53 additions and 4 deletions

View File

@@ -14,3 +14,11 @@
// Same as above.
text-transform: uppercase;
}
.r-45 {
transform: rotate(45deg);
}
.r-135 {
transform: rotate(135deg);
}