Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chr15m/DoodleCSS

A simple hand drawn HTML/CSS theme
https://github.com/chr15m/DoodleCSS

css hand-drawn html stylesheet theme

Last synced: 6 days ago
JSON representation

A simple hand drawn HTML/CSS theme

Awesome Lists containing this project

README

        

Doodle CSS is a simple hand drawn HTML/CSS theme.

[![Doodle CSS screenshot](./screenshot.png)](https://chr15m.github.io/DoodleCSS)

[Demo and more HTML elements](https://chr15m.github.io/DoodleCSS).

# How to use it

The main stylesheet is [doodle.css](./doodle.css).

```html

```

Then add the class `doodle` to the top level element you want to apply the theme to:

```html
...
```

Load the Short Stack web font:
```html

@import url('https://fonts.googleapis.com/css2?family=Short+Stack&display=swap');
body {
font-family: 'Short Stack', cursive;
}

```

There's also an npm installable version:

```
npm install doodle.css
```

The npm package can be imported with:

```
import 'doodle.css/doodle.css'
```

There are are bunch of other vectors you can use in [doodles.svg](./doodles.svg).

You can also put a doodle box around anything using the class `.doodle .border` or `.doodle-border`.

# Who

By [Chris McCormick](https://mccormick.cx/) ([@mccrmx](https://twitter.com/mccrmx)).

See [the demo](https://chr15m.github.io/DoodleCSS) for thanks and resources used.