手电筒光照墙面效果
代码语言:html
所属分类:视觉差异
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>torch</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> html { height: 100%; } body { height: 100%; background-size: cover; overflow: hidden; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; } .text h1 { color: #011718; margin-top: -200px; font-size: 15em; text-align: center; text-shadow: -5px 5px 0px rgba(0, 0, 0, 0.7), -10px 10px 0px rgba(0, 0, 0, 0.4), -15px 15px 0px rgba(0, 0, 0, 0.2); font-family: monospace; font-weight: bold; } .text h2 { color: black; font-size: 5em; text-shadow: -5px 5px 0px rgba(0, 0, 0, 0.7); text-align: center; margin-top: -150px; font-family: monospace; font-weight: bold; } .text h3 { color: white; margin-left: 30px; font-size: 2em; text-shadow: -5px 5px 0px rgba(0, 0, 0, 0.7); margin-top: -40px; fo.........完整代码请登录后点击上方下载按钮下载查看
网友评论0