/CSSThemeCollection

A collection of basic CSS themes.

Primary LanguageCSSMIT LicenseMIT

CSSThemeCollection

A collection of basic CSS theme-ideas. Look at the test files for a demonstration.

Structure

The css files are created for the following html structure:

<body>
  <h1></h1>
  <div>
    <a href="...">...</a>
    <h2></h2>
    <h3></h3>
    <h4></h4>
    <h5></h5>
    <p>
      <a href="..."></a>
      <img src="..."/>
      ...
    </p>
    <figure>
      <img src="..."/>
      <figcaption>...</figcaption>
    </figure>
    <details>
      <summary>...</summary>
      ...
    </details>
    <form action="..." method="...">
      <input type="..."/>
      ...
    </form>
  </div>
  <div>
    ...
  </div>
</body>

Demos and aviable themes

They're the following themes aviable:

License

This repository and all its contents are licensed under the MIT license. Look at the LICENSE file for more information