内容简介:Gralig is a modest, grayish CSS library. (You can make it colorfull with helpers). It can be starting point for your CSS development. It provides a set of small modules, including flexbox based grid and dark mode. There is no JS, only CSS.
What is Gralig ?
grålig means grayish in Danish.
Gralig is a modest, grayish CSS library. (You can make it colorfull with helpers). It can be starting point for your CSS development. It provides a set of small modules, including flexbox based grid and dark mode. There is no JS, only CSS.
Download
You can simply use gralig.min.css
file with cdn link or you can install npm package and use .scss
files in your project.
CDN
<link rel="stylesheet" href="https://unpkg.com/gralig" />
or
npm install gralig
Features
- Set of Colors
- Typography
- Buttons
- Navbar
- Card
- Table
- List
- Modal
- Breadcrumb
- Form Elements
- Loading Elements
- Progress Elements
- Dark Mode
- Flexbox based Grid
Browser Support
Gralig built for latest versions of modern browsers.
- Chrome
- Brave
- Firefox
- Edge
- Opera
- Safari
Docs and Website
You can use our website for documentation gralig.com
Contributing
Welcome to the club
License
Designed and developed by Eren Guldas. Code released under the MIT License .
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python网络编程(第3版)
[美] Brandon Rhodes、[美] John Goerzen / 诸豪文 / 人民邮电出版社 / 2016-9 / 79.00元
本书针对想要深入理解使用Python来解决网络相关问题或是构建网络应用程序的技术人员,结合实例讲解了网络协议、网络数据及错误、电子邮件、服务器架构和HTTP及Web应用程序等经典话题。具体内容包括:全面介绍Python3中最新提供的SSL支持,异步I/O循环的编写,用Flask框架在Python代码中配置URL,跨站脚本以及跨站请求伪造攻击网站的原理及保护方法,等等。一起来看看 《Python网络编程(第3版)》 这本书的介绍吧!