Skip to content

Instantly share code, notes, and snippets.

View emiliebarnard's full-sized avatar

emilie emiliebarnard

  • Discord
  • Seattle, WA
View GitHub Profile
@razzledazze
razzledazze / DRAWING.py
Created December 28, 2017 22:56
Turtle Landscape
from turtle import Turtle
from random import randint
grass = Turtle()
grass.color('#007b0c')
sky = Turtle()
sky.color('#e5e5ff')
sky.pensize(100)
sky.speed(0)
@ryangray
ryangray / buttondown.css
Created February 22, 2012 06:45
A clean, minimal CSS stylesheet for Markdown, Pandoc and MultiMarkdown HTML output.
/*
Buttondown
A Markdown/MultiMarkdown/Pandoc HTML output CSS stylesheet
Author: Ryan Gray
Date: 15 Feb 2011
Revised: 21 Feb 2012
General style is clean, with minimal re-definition of the defaults or
overrides of user font settings. The body text and header styles are
left alone except title, author and date classes are centered. A Pandoc TOC