name : Cire
description : simple and mobile first stylesheet
version : 1.0
since : July, 2024
author : Layesall
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>