中性简洁登录页面鲜果代码
代码语言:html
所属分类:布局界面
代码描述:中性简洁登录页面鲜果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap'); body { margin: 0; width: 100vw; height: 100vh; background: #ecf0f3; display: flex; align-items: center; text-align: center; justify-content: center; place-items: center; overflow: hidden; font-family: poppins; } .container { position: relative; width: 350px; height: 500px; border-radius: 20px; padding: 40px; box-sizing: border-box; background: #ecf0f3; box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white; } .brand-logo { height: 100px; width: 100px; background: url("//repo.bfw.wiki/bfwrepo/image/5ef16d8daa6ec.png") ; margin: auto; border-radius: 50%; box-sizing: border-box; background-size: contain; box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white; } .brand-title { margin-top: 10px; font-weight: 900; font-size: 1.8rem; color: #1DA1F2; letter-spacing: 1px; } .inputs { text-align: left; margin-top: 30px; } label, input, button { display: block; width: 100%; padding: 0; border: none; outline: none; box-sizing: border-box; } label { margin-bottom: 4px; } label:nth-of-type(2) { marg.........完整代码请登录后点击上方下载按钮下载查看
网友评论0