随笔分类 -  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. 阅读全文
posted @ 2013-01-01 09:25 Onakaumi 阅读(260) 评论(0) 推荐(0)
摘要:<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... 阅读全文
posted @ 2012-12-31 20:13 Onakaumi 阅读(168) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2012-12-29 19:53 Onakaumi 阅读(448) 评论(0) 推荐(0)
摘要:/*! normalize.css v2.0.1 | MIT License | git.io/normalize *//* ========================================================================== HTML5 display definitions ========================================================================== */*{ margin: 0; padding: 0;} /* * Corrects `block... 阅读全文
posted @ 2012-12-29 15:15 Onakaumi 阅读(371) 评论(0) 推荐(0)