hymn

忽有故人心头过,回首山河已是秋。

  menu
132 文章
0 浏览
4 当前访客
ღゝ◡╹)ノ❤️

CSS实现锚点跳转位置上下偏移

如图:css根据id定位锚点时顶部栏会拦住内容

image.png

解决:利用伪类 target

.demo-class:target{
	padding-top:3rem;
	margin-top:3rem;
}

image.png


标题:CSS实现锚点跳转位置上下偏移
作者:hymn
地址:https://dxyhymn.com/articles/2020/06/01/1591000720621.html