标签为‘css’的日志
15
分为视觉滤镜和转换滤镜 1、颜色渐变和透明alpha滤镜 style=”filter:alpha(opacity=value,style=value)” opacity:0-100 finishopacity:0-100 style:0/1/2/3 startx starty finishx finishy 2、快速移动的动态模糊Blur style=”filter:blur(add=value,direction=value,strenth=value)” add:0/1 direction:0/45/….315 strength:5px 3、阴影效果Dropshadow style=”filter:dropshadow(color=#value,offx=value,offy=value,positive=value)” positive:0(透明)/1(不透明) 4 、边缘光晕Glow style=”filter:glow(color=#value,strength=value...... +阅读全文+

,

15
好乱啊 字体名称font-family 字体风格font-style:normal/italic/oblique/ 字体变形font-variant:normal/small/samll-caps 字体加粗font-weight:normal/bold/bolder/lighter/100/200/300/400/500/600/700/800/900 字号控制font-size:绝对尺寸/关键字/相对尺寸/比例尺寸/xx-small/x-small/small/medium/large/x-large/xx-large/larger/smaller/ 文字的更改text-transform:uppercase/lowercase/captalize/none 文字修饰:text-decoration:under 字体属性font:font-family/font-style/font-variant/font-weight/font-size/ 字间距word-...... +阅读全文+

15
相关的标签和属性: style属性。 样式标签<style> 属性:type:”text/css” 文档与外部资源的关系标签<link>标签 属性:rel:stylesheet          href          type:”text/css”          title: 区域标签<div> 属性:class          id           width       &...... +阅读全文+

,