how to access to style ="display : block" by css code example
Example: javascript display block
document.getElementById("someElementId").style.display = "block";
document.getElementById("someElementId").style.display = "block";