暗色主题卡片edit icon

创建者:
流光
Fork(复制)
下载
嵌入
BUG反馈
index.html
style.css
index.html
            
            <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="./style.css">
</head>

<body>
   <div class="notification">
        <div class="notiglow"></div>
        <div class="notiborderglow"></div>
        <div class="notititle">Welcome To Card</div>
        <div class="notibody">Contribute to Open Source UI Elements</div>
    </div>
</body>

</html>
        
编辑器加载中
预览
控制台