Skip to content

layesall/cirecss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CIRECSS | stylesheet

name        : Cire
description : simple and mobile first stylesheet
version     : 1.0
since       : July, 2024
author      : Layesall

Usage

Import as CDN link
>> "https://cdn.jsdelivr.net/gh/layesall/cirecss/css/cirecss.css"

Use html semantic inside the parent wrapper : <div id='cire'></div>
<div id='cire'>
    <header>
        <a href='#'>Cire Logo</a>
        <nav>
            <a href='#'>Home</a>
            <a href='#'>About</a>
        </nav>
    </header>
    <main>
        <section>
            <h1>Section title</h1>
            <p>Section paragraph</p>
        </section>
    </main>
    <footer>    
        <p>copyright - author</p>                    
    </footer>
</div>

About

Cirecss, simple and mobile first stylesheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published