bootstrap三维旋转登录注册页面
代码语言:html
所属分类:布局界面
代码描述:三维旋转登录注册页面
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="http://repo.bfw.wiki/bfwrepo/css/bootstrap.4.3.1.min.css"> <style> /* Please ❤ this if you like it! */ @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900'); body{ font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 15px; line-height: 1.7; color: #c4c3ca; background-color: #1f2029; overflow-x: hidden; } a { cursor: pointer; transition: all 200ms linear; } a:hover { text-decoration: none; } .link { color: #c4c3ca; } .link:hover { color: #ffeba7; } p { font-weight: 500; font-size: 14px; line-height: 1.7; } h4 { font-weight: 600; } h6 span{ padding: 0 20px; text-transform: uppercase; font-weight: 700; } .section{ position: relative; width: 100%; display: block; } .full-height{ min-height: 100vh; } [type="checkbox"]:checked, [type="checkbox"]:not(:checked){ position: absolute; left: -9999px; } .checkbox:checked + label, .checkbox:not(:checked) + label{ position: relative; display: block; text-align: center; width: 60px; height: 16px; border-radius: 8px; padding: 0; margin: 10px auto; cursor: pointer; background-color: #ffeba7; } .checkbox:checked + label:before, .checkbox:not(:checked) + label:before{ position: absolute; display: block; width: 36px; height: 36px; border-radius: 5.........完整代码请登录后点击上方下载按钮下载查看
网友评论0