项目作者: yasinatesim

项目描述 :
CSS Grid Layout Grid System with Bootstrap Grid Class Names
高级语言: CSS
项目地址: git://github.com/yasinatesim/css-grid-layout-grid-system.git
创建时间: 2019-03-09T18:41:32Z
项目社区:https://github.com/yasinatesim/css-grid-layout-grid-system

开源协议:MIT License

下载




Css Grid System with CSS Grid Layout

This project via CSS Grid Layout using the names of Bootstrap grid class.

This project was developed for improve myself.


Demo URL


Features

  • SCSS is used for coding css more effectively and easily

How to Use

1- Add CSS in your project

  1. <link rel="stylesheet" href="style.css">

2- Try to use in yıur project with Bootstrap library class name

  1. <div class="container">
  2. <div class="row">
  3. <div class="col-lg-6">
  4. <div>6</div>
  5. </div>
  6. <div class="col-lg-6">
  7. <div>6</div>
  8. </div>
  9. </div>
  10. </div>

License

License