adding the feature "show five"
هذا الالتزام موجود في:
17
style.css
17
style.css
@@ -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 */
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم