Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 470 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 470 Bytes

A simple css framework for myself

An extension of the build your own css library sass series from The Net Ninja

Installation

Clone this repository and copy the css folder into your personal project

Basic usage

  <nav class="mb-4 navbar-primary navbar-white text-black">
    <div class="container">
      <h2 class="site-title">Luna CSS</h2>
      <p>A lightweight CSS library</p>
    </div>
  </nav>