Answers for "jumping to anchor in page heading problem"

0

jumping to anchor in page heading problem

a.anchor  {
  position: absolute;
  left: 0px;
  top: -48px;
}

@media screen and (min-width: 896px) {
  a.anchor {
    position: absolute;
    left: 0px;
    top: -66px;
  }
}
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language