表单checkbox及radio美化效果代码

代码语言:html

所属分类:表单美化

代码描述:表单checkbox及radio美化效果代码

代码标签: radio 美化 效果

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


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

<head>

  <meta charset="UTF-8">

  
<style>
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #54bded;
  color: #fff;
  padding-top: 20px;
}

form {
  width: 80%;
  margin: 0 auto;
}

h1 {
  font-size: 30px;
  line-height: 3;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
h1 span {
  margin-top: 10px;
  display: block;
  font-weight: 300;
  font-size: 70%;
  line-height: 1.2;
}

div.c.........完整代码请登录后点击上方下载按钮下载查看

网友评论0