
CSS
各自安好、
这个作者很懒,什么都没留下…
展开
-
纯CSS3波纹动态效果
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .circleBox { width: 200px; height: 500px; margin: auto; } .circle1, .circle2, .circle3, .circle4,原创 2020-07-27 16:37:34 · 575 阅读 · 0 评论 -
CSS初始化样式
CSS初始化样式 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0; } body{ font-family: 'Open Sans', sans-serif; font-s...原创 2020-07-27 15:50:15 · 210 阅读 · 0 评论 -
CSS书写规范
Css书写规范 位置属性 (position, top, right, z-index, display, float等) 大小 (width, height, padding, margin) 文字系列 (font, line-height, letter-spacing, color- text-align等) 背景 (background, border等) 其他 (animation, ...原创 2020-07-27 11:47:36 · 141 阅读 · 0 评论