摘要:
##下载字体 github下载FiraCode字体 FiraCode 在下载下的文件夹里找到ttf文件夹(使用文件夹搜索功能),里面有多个ttf文件,全选点击安装 ##配置字体 打开vscode->右下角管理->设置->文本编辑器->字体->font-family写入'Fira Code Retin 阅读全文
摘要:
<style> div { width: 150px; height: 150px; background-color: grey; position: absolute; transition: all 0.1s linear; } </style> </head> <body> <div></d 阅读全文
摘要:
菜鸟教程:window.getComputedStyle() 方法的使用 ##getComputedStyle方法的使用 getComputedStyle方法是window对象下的方法,它接收element的值并获取它的最终属性. <style> .div1 { width: 150px; heig 阅读全文