一、陰影
1.1、文字陰影
text-shadow
<length>①: 第1個長度值用來設(shè)置對象的陰影水平偏移值??梢詾樨撝?nbsp;
<length>②: 第2個長度值用來設(shè)置對象的陰影垂直偏移值??梢詾樨撝?nbsp;
<length>③: 如果提供了第3個長度值則用來設(shè)置對象的陰影模糊值。不允許負值
<color>: 設(shè)置對象的陰影的顏色。
示例代碼:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .text{ font: bold 100px/1.5 georgia, sans-serif; color: dodgerblue; text-shadow: 10