摘要:
目录 "BoxModelRecap" "Box properties" "Overflow" "Background clip" "Background origin" "Outline" "Advanced box properties" "Setting width and height con 阅读全文
摘要:
<! vim markdown toc GFM "Introducing positioning" "Static positioning" "Relative positioning" "Introducing top, bottom, left and right" "Absolute posi 阅读全文
摘要:
``` 这是a标签,有href 这是a标签,没有href 这是文字 我是标题 下面,我理一理有哪些情况 1. 设置body的颜色为red, a标签颜色不改变, 原因是因为user agent的a自带有 ':any-link'.权重为10,覆盖了a标签继承a标签的样式。为什么是user agent的样式高于了开发者定义的样式呢... 阅读全文
摘要:
直接上代码: 阅读全文
摘要:
简单的画一个三角形,代码如下: 阅读全文