yasinatesim / css-grid-layout-grid-system

CSS Grid Layout Grid System with Bootstrap Grid Class Names

Repository from Github https://github.comyasinatesim/css-grid-layout-grid-systemRepository from Github https://github.comyasinatesim/css-grid-layout-grid-system

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

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

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

  <div class="container">
    <div class="row">
        <div class="col-lg-6">
            <div>6</div>
        </div>
        <div class="col-lg-6">
            <div>6</div>
        </div>
    </div>
</div>

License

License

About

CSS Grid Layout Grid System with Bootstrap Grid Class Names

License:MIT License


Languages

Language:CSS 71.8%Language:HTML 28.2%