Mvp.css –仅使用语义HTML来构建登录页面

2020-11-21 22:47:56

MVP.css包含CSS变量列表。编辑这些变量将全局更改样式。

:root {---border-radius:5px; --box-shadow:2px 2px 10px; --color:#118bee; --color-accent:#118bee0b; --color-bg:#fff; --color-bg-secondary:#e9e9e9; --color-secondary:#920de9; --color-secondary-accent:#920de90b; --color-shadow:#f4f4f4; --color-text:#000; --color-text-secondary:#999; --font-family:-apple-system,BlinkMacSystemFont,“ Segoe UI”,Roboto,Oxygen-Sans,Ubuntu,Cantarell,“ Helvetica Neue”,sans-serif; -悬停亮度:1.2; --justify-important:center; --justify-normal:左; --line-height:150%; --width-card:285px; --width-card-medium:460px; --width-card-wide:800px; --width-content:1080px;}

可以在文件末尾的/ *自定义样式* /注释下方添加自定义样式。