随笔分类 -  CSS

无缝轮播 css3
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>css无缝滚动</title> <style> * { margin: 0; padding: 0; } .whiteBox { position: rel 阅读全文

posted @ 2019-07-16 10:49 含蓄的龅牙妹 阅读(173) 评论(0) 推荐(0)

css+html 实现 光晕 光圈
摘要:<style> html { height: 100%;}body { height: 100%; background-color: #000; margin: 0; padding: 0;}.lensflare { position: relative; overflow: hidden; wi 阅读全文

posted @ 2019-07-15 16:40 含蓄的龅牙妹 阅读(4227) 评论(0) 推荐(0)

css3 animation 点亮灯光效果
摘要:注意: Internet Explorer 9 及更早IE版本不支持 animation 属性。 ... 阅读全文

posted @ 2019-07-06 17:38 含蓄的龅牙妹 阅读(650) 评论(1) 推荐(0)

初始化CSS
摘要:不同的浏览器默认样式不一样,所以容易出现兼容性问题,每次写网页时都应该都网页的css或HTML标签进行初始化 这样可以节约代码,节约网页下载时间,是网页内容更加简洁, 大致需要初始化的地方有 H1-H4标签,table标签,文字大小,文字没有链接,超链接样式,DIV,居中,ol,ul,li,img等 阅读全文

posted @ 2017-03-01 20:26 含蓄的龅牙妹 阅读(239) 评论(0) 推荐(0)

导航