一、陰影

1.1、文字陰影

text-shadow
<length>①: 第1個長度值用來設(shè)置對象的陰影水平偏移值??梢詾樨撝?nbsp;
<length>②: 第2個長度值用來設(shè)置對象的陰影垂直偏移值??梢詾樨撝?nbsp;
<length>③: 如果提供了第3個長度值則用來設(shè)置對象的陰影模糊值。不允許負值 
<color>: 設(shè)置對象的陰影的顏色。

示例代碼:

大數(shù)據(jù)培訓(xùn),云培訓(xùn),數(shù)據(jù)挖掘培訓(xùn),云計算培訓(xùn),高端軟件開發(fā)培訓(xùn),項目經(jīng)理培訓(xùn)

<!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