Update code

This commit is contained in:
2023-07-18 16:21:26 +07:00
parent d0a548d7b4
commit 2cd22c69f1
44 changed files with 268 additions and 117 deletions
+23
View File
@@ -0,0 +1,23 @@
.flex {
display: flex;
}
.justify-content-between {
justify-content: space-between;
}
.mr-auto {
margin: auto;
}
.h-auto {
height: auto;
}
.w-auto {
width: auto;
}
.no-underline {
text-decoration: none;
}