Skip to content

Instantly share code, notes, and snippets.

View ClockEndGooner's full-sized avatar

William Wonneberger ClockEndGooner

  • [Self]
  • United States
View GitHub Profile
@ClockEndGooner
ClockEndGooner / index.html
Created October 22, 2017 03:42
CSS3 Simple Definitions // source http://jsbin.com/lufayig
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>CSS3 Simple Definitions</title>
<style id="jsbin-css">
body {
font-family: Arial;
color: DarkBlue;
}