div+css布局胶囊点状checkbox开关效果代码

代码语言:html

所属分类:布局界面

代码描述:div+css布局胶囊点状checkbox开关效果代码

代码标签: div css 布局 胶囊 点状 checkbox 开关

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

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  

  
  
  
<style>
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-size: 50px;
  gap: 0.5em;
}

@property --c0 {
  syntax: '<color>';
  initial-value: #000;
  inherits: true;
}

@property --c1 {
  syntax: '<color>';
  initial-value: #000;
  inherits: true;
}

@property --c2 {
  syntax: '<color>';
  initial-value: #0.........完整代码请登录后点击上方下载按钮下载查看

网友评论0