随笔分类 - CSS
DIV居中(水平&垂直)
摘要:Here is the CSS Snippet to be assigned to the DIV to be centered. The size of the DIV is100 x 100 px( same as the above example )./* CSS Document */.centered_div {width: 100px;height: 100px;position: ...
阅读全文
CSS Filter 代替 图片 实现 渐变背景效果。
摘要:以前欲做一个渐变的背景,一般都是用图片。一次偶然发现用CSS Filter 可以实现相同的效果,而最重要的好处是它可以省去你去下载图片所使用时间。
阅读全文
浙公网安备 33010602011771号