Horje
footer at bottom of body Code Example
footer at bottom of body
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}




Css

Related
sticky footer Code Example sticky footer Code Example
@font-face rule in css Code Example @font-face rule in css Code Example
background size in css Code Example background size in css Code Example
css dashed double border Code Example css dashed double border Code Example
bootstrap card hover effect Code Example bootstrap card hover effect Code Example

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