Skip to content

elonmusker/DoodleCSS

This branch is 15 commits behind chr15m/DoodleCSS:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43ce9e6 · Dec 16, 2021

History

10 Commits
Dec 14, 2021
Dec 15, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 16, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 16, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021

Repository files navigation

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

Doodle CSS screenshot

Demo and more HTML elements.

How to use it

The main stylesheet is doodle.css.

<link rel="stylesheet" href="doodle.css">

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

<body class="doodle">...</body>

Load the Short Stack web font:

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

There's also an npm installable version:

npm install doodle.css

There are are bunch of other vectors you can use in doodles.svg.

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

Who

By Chris McCormick (@mccrmx).

See the demo for thanks and resources used.

About

A simple hand drawn HTML/CSS theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.9%
  • CSS 17.1%