Neumorphism新拟态设计按钮效果代码

代码语言:html

所属分类:表单美化

代码描述:Neumorphism新拟态设计按钮效果代码

代码标签: Neumorphism 新拟态 设计 按钮

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

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">



    <link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Nunito:wght@300&amp;display=swap'>

    <style>
        body {
          width: 100vw;
          height: 100vh;
          background-color: #e1e1e1;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        button {
          display: block;
          width: 150px;
          height: 150px;
          color: #b1b1b1;
  .........完整代码请登录后点击上方下载按钮下载查看

网友评论0