文字阴影走光动画效果
代码语言:html
所属分类:动画
代码描述:文字阴影走光动画效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=Roboto:wght@700&display=swap'> <style> body { font-family: "Roboto", sans-serif; background: #22222a; } .xbox { font-size: 400px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -51%); text-shadow: 0px 0px 4px #009432; color: #22222a; } .xbox .inside { font-size: 200px; background-image: linear-gradient(180deg, white 10%, #171717 100%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent; color: tr.........完整代码请登录后点击上方下载按钮下载查看
网友评论0