VF
Size: a a a
VF
VF
s
EМ
as
as
const button = document.querySelector("button");
const stateButton = localStorage.getItem("stateButton");
if (stateButton) {
button.style = ...;
}
button.addEventListener("click", () => {
// set in localStorage
// then on btn
});
EМ
as
EМ
as
AM
KN
AM
AM
EМ
f
as
.child {
flex-basis: calc(100% / 3 - Npx);
&:not(:nth-child(3n)) {
margin-block-end: N /2 px;
}
}
AB
f