随笔分类 - CSS
摘要:How do negative margins in CSS work and why is (margin-top:-5 != margin-bottom:5)? 解答 Negative margins are valid in css and understanding their (compl
阅读全文
摘要:Difference between margin and padding? Remember these 3 points: The Margin is the extra space around the control. The Padding is extra space inside th
阅读全文
摘要:https://css-tricks.com/box-sizing/ The box-sizing property can make building CSS layouts easier and a lot more intuitive. It's such a boon for develop
阅读全文
摘要:Why are dashes preferred for CSS selectors / HTML attributes? I use dashes because I don't have to hit the shift key. Code completion Whether dash is
阅读全文
摘要:http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html
阅读全文
摘要:http://howtocheckversion.com/check-html-version-website/ Check HTML version via W3C W3 Consortium has a free HTML free validation service that can tel
阅读全文
摘要:http://www.runoob.com/css/css-pseudo-classes.html https://github.com/DataTables/Select/blob/master/css/select.dataTables.scss https://cdn.datatables.n
阅读全文
摘要:fixed是相对于浏览器窗口固定 absolute是相对于整体网页固定。(整体网页包括所有的内容,包含右侧滑动条滑动所能看到的内容)
阅读全文
摘要:https://www.codeproject.com/script/articles/articleversion.aspx?aid=1019659&av=2163976&msg=5111300 https://github.com/sheshbabu/PowerShell-Minify
阅读全文
摘要:给h1设置字体颜色,以及文本位置 第一种方式 <div align="center"> 第二种方式 设置超链接居中 https://stackoverflow.com/questions/4302386/how-to-center-links-in-html You would put them i
阅读全文
摘要:http://blog.csdn.net/wyx100/article/details/50450728 1、Mozilla内核[css]元素选择器{-moz-transition:运动的样式 持续时间 运动形式 延迟时间;} 2、Webkit内核[css]元素选择器{-webkit-transit
阅读全文
摘要:http://www.ruanyifeng.com/blog/2012/06/sass.html http://www.cnblogs.com/powertoolsteam/p/front-end-tooling-trends-2017.html
阅读全文
摘要:https://stackoverflow.com/questions/15960290/css-footer-not-displaying-at-the-bottom-of-the-page There's really two main options: The easier of the tw
阅读全文