CSS3的文字發光特效

2021-07-10 19:25:02 字數 1711 閱讀 3814

這是一款基於純css3的文字發光特效,當我們將滑鼠滑過文字時,文字就會模擬發光動畫,展現出非常酷的發光畫面。另外,由於引用了特殊字型,所以整個文字效果看起來有著3d立體的特效,如果你的網路無法載入這些字型,可能是由於國外的這個**被牆的緣故,就像google的字型庫**被遮蔽那樣。 html**:

red

blue

yellow

green

orange

violet

css**

/setup/

*@font-face

@font-face

@font-face

@font-face

@font-face

@font-face

body

margin:auto;

}/neeeeoooon/ pa

p:nth-child(1) a

p:nth-child(1) a:hover

p:nth-child(2) a

p:nth-child(2) a:hover

p:nth-child(3) a

p:nth-child(3) a:hover

p:nth-child(4) a

p:nth-child(4) a:hover

p:nth-child(5) a

p:nth-child(5) a:hover

p:nth-child(6) a

p:nth-child(6) a:hover

p a:hover

/glow for webkit/

@-webkit-keyframes neon1

to

}@-webkit-keyframes neon2

to

}@-webkit-keyframes neon3

to

}@-webkit-keyframes neon4

to

}@-webkit-keyframes neon5

to

}@-webkit-keyframes neon6

to

}/glow for mozilla/

@-moz-keyframes neon1

to

}@-moz-keyframes neon2

to

}@-moz-keyframes neon3

to

}@-moz-keyframes neon4

to

}@-moz-keyframes neon5

to

}@-moz-keyframes neon6

to

}/glow/

@keyframes neon1

to

}@keyframes neon2

to

}@keyframes neon3

to

}@keyframes neon4

to

}@keyframes neon5

to

}@keyframes neon6

to

}/reeeeeeeeeeesponsive/

@media (max-width: 650px)

p

純CSS3實現圓圈動態發光特效動畫

效果圖 這個效果的具體實現主要是用到了css3 的animation 它共有8個屬性 animation name 規定 keyframes 動畫的名稱。用來定義乙個動畫的名稱。如果要設定幾個animation給乙個元素,我們只需要以列表的形式,用逗號 隔開 animation duration 動...

CSS3實現文字流光漸變特效

先上個效果圖 下面先上 html部分 日暮蒼山遠,天寒白屋貧。柴門聞犬吠,風雪夜歸人。css部分 其實這是乙個挺簡單的小例子,屬性的作用在這裡就不多說,因為文件都能查的到,我在這裡主要說一說思路。1 linear gradient屬性給文字加乙個線性漸變的背景色 2 transparent 將文字設...

CSS3實戰開發 表單發光特效實戰開發

首先,我們先準備好html 此時,我們先看一下此時未加樣式時的執行效果 接著我們再設定頁面外部容器的樣式 charset utf 8 設定外部容器樣式 開始 container container form form 設定外部容器樣式 結束 在修改完表單布局以及內外邊距後,我們再設定表單組input...