# 2020.12.2 今天是每日时报陪伴您的第 461 天
[文章] 🎉 我点了页面上的元素,VSCode 乖乖打开了对应的组件?原理揭秘。https://juejin.cn/post/6901466406823575560#heading-11 (opens new window)
[文章] 尝试使用 JS IntersectionObserver 让标题和导航联动:https://www.zhangxinxu.com/wordpress/2020/12/js-intersectionobserver-nav/ (opens new window)
Intersection Observer 是观察元素和窗体相交的状态,非常适合用在与滚动相关的交互事件中,demo 地址 (opens new window)。不支持 ie11。
[文章] 如何使用基本的 HTML 元素在边框中添加文本:https://css-tricks.com/how-to-add-text-in-borders-using-basic-html-elements/ (opens new window)