adding the feature "show five"

هذا الالتزام موجود في:
2025-08-19 03:09:38 +03:00
الأصل 7e7a593bf6
التزام d9741b878a
6 ملفات معدلة مع 46 إضافات و11 حذوفات

عرض الملف

@@ -21,19 +21,19 @@ div {
width: min(800px, 90%);
}
input {
input:not([type=checkbox]) {
padding: 10px 20px;
border-radius: 5px;
border: none;
width: 100%;
}
input:focus {
input:not([type=checkbox]):focus {
outline: none;
}
label {
display: block;
margin: 10px 0;
margin: 0px 0 10px;
}
button {
@@ -63,4 +63,15 @@ span {
text-align: center;
}
.show_all {
text-align: center;
display: flex;
justify-content: center;
gap: 20px;
}
.show_all input {
width: 20px;
height: 20px;
}
/*# sourceMappingURL=style.css.map */