Ombrez le long du bord supérieur du site Web, comme ceci:
![](9571119/top_shadow_css-tricks_2.png.webp)
![](9571119/top_shadow_css-tricks_2.png.webp)
body::before ( content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8); z-index: 100; )
Ombrez le long du bord supérieur du site Web, comme ceci:
body::before ( content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8); z-index: 100; )