随笔分类 -  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 阅读全文
posted @ 2019-08-27 10:29 ChuckLu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-08-08 10:24 ChuckLu 阅读(177) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-08-08 10:16 ChuckLu 阅读(153) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-07-12 10:38 ChuckLu 阅读(156) 评论(0) 推荐(0) 编辑
摘要:http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html 阅读全文
posted @ 2019-03-26 18:58 ChuckLu 阅读(211) 评论(0) 推荐(0) 编辑
摘要:http://howtocheckversion.com/check-html-version-website/ Check HTML version via W3C W3 Consortium has a free HTML free validation service that can tel 阅读全文
posted @ 2018-07-13 14:28 ChuckLu 阅读(216) 评论(0) 推荐(0) 编辑
摘要:http://www.runoob.com/css/css-pseudo-classes.html https://github.com/DataTables/Select/blob/master/css/select.dataTables.scss https://cdn.datatables.n 阅读全文
posted @ 2018-07-11 18:09 ChuckLu 阅读(229) 评论(0) 推荐(0) 编辑
摘要:fixed是相对于浏览器窗口固定 absolute是相对于整体网页固定。(整体网页包括所有的内容,包含右侧滑动条滑动所能看到的内容) 阅读全文
posted @ 2018-03-09 10:46 ChuckLu 阅读(178) 评论(0) 推荐(0) 编辑
摘要:https://www.codeproject.com/script/articles/articleversion.aspx?aid=1019659&av=2163976&msg=5111300 https://github.com/sheshbabu/PowerShell-Minify 阅读全文
posted @ 2018-03-01 18:22 ChuckLu 阅读(197) 评论(0) 推荐(0) 编辑
摘要:给h1设置字体颜色,以及文本位置 第一种方式 <div align="center"> 第二种方式 设置超链接居中 https://stackoverflow.com/questions/4302386/how-to-center-links-in-html You would put them i 阅读全文
posted @ 2017-11-07 15:03 ChuckLu 阅读(279) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wyx100/article/details/50450728 1、Mozilla内核[css]元素选择器{-moz-transition:运动的样式 持续时间 运动形式 延迟时间;} 2、Webkit内核[css]元素选择器{-webkit-transit 阅读全文
posted @ 2017-08-16 19:02 ChuckLu 阅读(361) 评论(0) 推荐(0) 编辑
摘要:http://www.ruanyifeng.com/blog/2012/06/sass.html http://www.cnblogs.com/powertoolsteam/p/front-end-tooling-trends-2017.html 阅读全文
posted @ 2017-08-16 13:28 ChuckLu 阅读(155) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2017-08-15 10:49 ChuckLu 阅读(242) 评论(0) 推荐(0) 编辑
摘要:Ctrl+F5 阅读全文
posted @ 2017-08-15 10:47 ChuckLu 阅读(537) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示