Answers for "set body width and height to full"

0

body width full

body {
    min-width: fit-content;
}
Posted by: Guest on August-14-2020
0

html body full height

html {
  height: 100%;
}
body {
  min-height: 100%;
}
Posted by: Guest on May-08-2021

Code answers related to "set body width and height to full"

Browse Popular Code Answers by Language