first commit

This commit is contained in:
2025-03-25 11:47:41 +05:30
commit 61b3c4ee2c
211 changed files with 36430 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// center a element
%centered {
display: flex;
justify-content: center;
align-items: center;
}