css实现水滴式开关效果代码
代码语言:html
所属分类:表单美化
代码描述:css实现水滴式开关效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> body { background:#333 } .gp-header { font-family:georgia; font-size:40px; color:#5fd698; font-style:italic; text-align:center; margin-top:25px } .gp-footer { position:fixed; color:rgba(95,214,152,0.7); bottom:10px; left:50%; font-family:georgia; font-style:italic; transform:translateX(-50%) } .gp-footer .soc_icons { display:inline-block; color:#5fd698; margin:0 10px } ::-moz-se.........完整代码请登录后点击上方下载按钮下载查看
网友评论0