Zestaw tych właściwości: w JS

var element = document.getElementById("#element")

element.style.display = "flex";
Betelhem Lemma