Answers for "css a tag id selector scrolls too far"

CSS
0

css a tag id selector scrolls too far

h2::before { 
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
  pointer-events: none;
}
Posted by: Guest on January-12-2021

Browse Popular Code Answers by Language