Skip to content

Instantly share code, notes, and snippets.

@owenroberts
Created September 3, 2015 07:19
Show Gist options
  • Save owenroberts/a5e083b1e7aa0c148d6b to your computer and use it in GitHub Desktop.
Save owenroberts/a5e083b1e7aa0c148d6b to your computer and use it in GitHub Desktop.
Basic CSS page.
body {
background-color: lightblue;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
}
h1 { color: #ffddff; }
p { color: white; }
a { color: green; }
a:hover { color: blue; }
img {
max-width: 100%;
padding: .5em;
border: 1px solid blue;
float:right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment