Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 480 Bytes

File metadata and controls

38 lines (26 loc) · 480 Bytes

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