Skip to content

scriptmaster/emeraldcss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emeraldcss

A modern, unobtrusive and elegant semantic-css framework (<20KB).

Quick Start

HTML Quick Start

<!doctype html>
<html>
<head>
    <title>CSS</title>
    <link rel="stylesheet" href="/main.css" />
</head>
<body>
    <header>
        <h1>CSS</h1>
    </header>
    <main></main>
    <script type="module" src="/main.js" defer></script>
</body>
</html>

React Quick Start

Designs and Inspirations:

Mac:

https://contexts.co

About

Emerald CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published