Skip to content
/ zcss Public

A CSS-only framework for rapid web development

Notifications You must be signed in to change notification settings

vsezol/zcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZCSS

A CSS-only framework for rapid web development

How to Use

Just put it into index.html

<script src="https://cdn.jsdelivr.net/gh/vsezol/zcss/zcss.js" defer></script>

<style zcss>
  for-1-4 {
    article {
      header > h1 {
        font-weight: bold;
        color: green;
        content: "Welcome to zcss $i";
      }

      div > p {
        font-style: italic;
        content: "A CSS-only framework for rapid web development $i";
      }

      footer > onclick {
        content: "console.log('Hello from CSS $i')";

        button {
          content: "Log count!";
        }
      }
    }
  }
</style>

Result will be

example

About

A CSS-only framework for rapid web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published