div+css实现中性简洁登录表单代码
代码语言:html
所属分类:表单美化
代码描述:div+css实现中性简洁登录表单代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> *{ margin: 0 auto; } .contain { width: 500px; height: 440px; border-radius: 50px; background: #fff; box-shadow: 24px 24px 48px rgba(174, 210, 236, 0.4), inset 12px 12px 24px #e7f2f9, inset -24px -24px 48px #b8d8ee; } .contain h2 { text-align: center; margin-top: 40px; font-size: 36px; font-weight: 900; color: #3e90d0; } input { width: 100%; padding: 12px 20px; margin-top: 20px; margin-left: 10px; border: none; outline: none; background-color: #6facdc; border-radius: 30px; box-shadow: 0px 4px 24px #b5d6ee, inset 6px 6px 12px #63a5d9, inset -12px -12px 24px #3e90d0; } .mail { width: 430px; } .pass { width: 430px; } .btn { text-align: center; width: 100px; font-weight: 7.........完整代码请登录后点击上方下载按钮下载查看
网友评论0