中性表单选择框选择效果
代码语言: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/all.min.css"> <style> @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap'); body { background: #f2f2ff; font-family: raleway; color: #999; margin: 0; } .wrapper { display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100vh; width: 100wh; box-sizing: border-box; margin-top: -20px; } .wrapper > h4 { position: relative; z-.........完整代码请登录后点击上方下载按钮下载查看
网友评论0