随笔分类 - css
摘要:The future of CSS gives us much to be excited about: On the one hand, there’s a whole range of new methods that are going to revolutionize the way we lay out pages on the web; on the other, there’s a new set of graphical effects that will allow on-the-fly filters and shaders. People love this stuff.
阅读全文
摘要:<html> <head> <title></title> <style type="text/css"> .tran { width:0; height:0; border-width:35px 20px 0; border-style:solid dashed dashed dashed; border-color:#e66161 transparent transparent tran...
阅读全文
摘要:transform:rotate():含义:旋转;其中“deg”是“度”的意思,如“10deg”表示“10度”.demo_transform1{-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg)}transform:skew():含义:倾斜;.demo_transform2{-webkit-transform:skew(20deg);-moz-transform:skew(20deg)}transform:scale():含义:比例;“1.5”表示以1.5的比例放大,如果要放大2倍,须写成“2.0”,缩小则为负“-”。.de
阅读全文
摘要:/*! normalize.css v2.0.1 | MIT License | git.io/normalize *//* ========================================================================== HTML5 display definitions ========================================================================== */*{ margin: 0; padding: 0;} /* * Corrects `block...
阅读全文

浙公网安备 33010602011771号