Horje
how to remove whitespace below my footer in html Code Example
how to remove whitespace below my footer in html
body {
  margin: 0px;
  font-family: Arial;
  line-height: 20px;
}
#header {
  height: 20px;
  background: #222;
  color: white;
}
#content {
  min-height: calc(100vh - 40px); substract 40px since 20 are from header and 20 from footer
}
#footer {
  height: 20px;
  background: #222;
  color: white;
}




Html

Related
html cancel anchor event Code Example html cancel anchor event Code Example
fil text are with select html textarea Code Example fil text are with select html textarea Code Example
node js barcode generator Code Example node js barcode generator Code Example
mouse hover image html Code Example mouse hover image html Code Example
openGraph 2 Code Example openGraph 2 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10