下雨遮挡效果raindrop

代码语言:html

所属分类:三维

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
  
    <title> Raindrop</title>
    <style>
        html,body {
            padding: 0px;
            margin: 0px;
            height: 100%;
            overflow: hidden;
            background: black;
            font-family: 'Gayathri', sans-serif;
        }

        #rain {
            position: absolute;
            left: 0px;
            top: 0px;
            user-select: none;
        }

        h1 {
            text-align: center;
            margin-top: 130px;
            font-size: 42px;
            position: relative;
            color: white;
        }

        #options {
            text-align: center;
            margin-top: 50px;
            position: relative;
            z-index: 2;
        }

        #options button {
            padding: 20px;
            font-size: 22px;
            margin-left: 20px;
            margin-right: 20px;
            border-radius: 5px;
            cursor: p.........完整代码请登录后点击上方下载按钮下载查看

网友评论0