All Projects → chr15m → DoodleCSS

chr15m / DoodleCSS

Licence: MIT license
A simple hand drawn HTML/CSS theme

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to DoodleCSS

Extracted Loader
It reloads extracted stylesheets extracted with ExtractTextPlugin
Stars: ✭ 67 (-92.12%)
Mutual labels:  stylesheet
Defer.js
🥇 A super small, super efficient library that helps you lazy load everything like images, video, audio, iframe as well as stylesheets, and JavaScript.
Stars: ✭ 138 (-83.76%)
Mutual labels:  stylesheet
hand-drawn-component
hand-drawn component
Stars: ✭ 57 (-93.29%)
Mutual labels:  hand-drawn
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-90.24%)
Mutual labels:  stylesheet
React Native Normalized
Components that behave more consistently between IOS and Android
Stars: ✭ 101 (-88.12%)
Mutual labels:  stylesheet
Styleurl Extension
Share & export CSS tweaks from Chrome instantly.
Stars: ✭ 175 (-79.41%)
Mutual labels:  stylesheet
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-93.76%)
Mutual labels:  stylesheet
bettertext.css
Improved default typography for naked HTML or Markdown-generated content.
Stars: ✭ 36 (-95.76%)
Mutual labels:  stylesheet
Sscss
Light Sass lib for managing your font-size, margin, padding, and position values across breakpoints.
Stars: ✭ 119 (-86%)
Mutual labels:  stylesheet
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (-96.59%)
Mutual labels:  stylesheet
Foleys gui magic
A GUI builder module for JUCE
Stars: ✭ 89 (-89.53%)
Mutual labels:  stylesheet
Interfacss
The CSS-inspired styling and layout framework for iOS
Stars: ✭ 92 (-89.18%)
Mutual labels:  stylesheet
Sbuttons
💡 Simple buttons you can use easily for your next project.
Stars: ✭ 207 (-75.65%)
Mutual labels:  stylesheet
Sprite Loader
A image sprite loader for webpack.
Stars: ✭ 82 (-90.35%)
Mutual labels:  stylesheet
YAS
Yet Another Stylesheet (YAML-based Stylesheet Engine)
Stars: ✭ 23 (-97.29%)
Mutual labels:  stylesheet
Bootstrapcdn
Free Bootstrap CDN hosting
Stars: ✭ 1,075 (+26.47%)
Mutual labels:  stylesheet
Qbstyles
QuantumBlack Matplotlib styles
Stars: ✭ 166 (-80.47%)
Mutual labels:  stylesheet
CustomWebCheckbox
An example of a make checkbox design on the web.
Stars: ✭ 12 (-98.59%)
Mutual labels:  stylesheet
pulsar-core
🚀 Handy dynamic styles utilities for React Native and React Native Web.
Stars: ✭ 27 (-96.82%)
Mutual labels:  stylesheet
Breezestylesheets
Breeze/BreezeDark-like Qt StyleSheets
Stars: ✭ 221 (-74%)
Mutual labels:  stylesheet

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

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.

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

Sponsor

CSS Scan is the fastest easiest way to check, copy, and edit CSS. It's like a souped-up devtools inspector with rockets attached. Thanks to CSS Scan for sponsoring DoodleCSS!

CSS Scan

Who

By Chris McCormick (@mccrmx).

See the demo for thanks and resources used.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].