Answers for "how to div full width"

4

stretch div to full height

#root {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
Posted by: Guest on November-06-2020
0

css make div full screen height

div {
    height: 100vh;
}
Posted by: Guest on July-26-2021

Code answers related to "how to div full width"

Browse Popular Code Answers by Language