add [u], [big], [small], [color], [center], [right] tags to babycode

This commit is contained in:
2025-08-05 01:25:38 +03:00
parent a529c1db65
commit b0fd2a4f0c
6 changed files with 129 additions and 5 deletions

View File

@ -792,7 +792,8 @@ ul, ol {
.babycode-button-container {
display: flex;
gap: 10px;
gap: 5px;
flex-wrap: wrap;
}
.babycode-button {
@ -851,3 +852,7 @@ footer {
margin: auto;
justify-content: center;
}
.babycode-guide-list {
border-bottom: 1px dashed;
}