Answers for "footer code html css"

0

footer css

footer {
  position: fixed,
  left: 0,
  bottom: 0,
  width: 100%,
  backgroundColor: #222,
  color: white,
  textAlign: center
}
Posted by: Guest on March-03-2022

Browse Popular Code Answers by Language