Answers for "how to set width and height of a div"

7

javascript set div height

document.getElementById("myBtn").style.height = "50px";
Posted by: Guest on February-13-2020
1

set height to width css

example {
  height: 100px;
  width: 100px;
  background-color: blue;
}
Posted by: Guest on September-13-2021

Code answers related to "how to set width and height of a div"

Code answers related to "Javascript"

Browse Popular Code Answers by Language