Added the basic content like badges, and some stuff in the index.

This commit is contained in:
2025-10-23 20:38:37 +02:00
parent 91f95f81e6
commit e2c2f66936
27 changed files with 81 additions and 21 deletions

View File

@@ -48,6 +48,21 @@ ul * {
line-height: 1.8;
}
.buttons {
display: flex;
flex-wrap: wrap;
gap: 6px;
justify-content: center;
margin-top: 20px;
}
.buttons img {
width: 88px;
height: 31px;
border: none;
image-rendering: pixelated;
}
code {
white-space: pre-wrap !important;
}