Skip to content

Instantly share code, notes, and snippets.

@Pablo-Merino
Created August 9, 2011 13:17
Show Gist options
  • Save Pablo-Merino/1134017 to your computer and use it in GitHub Desktop.
Save Pablo-Merino/1134017 to your computer and use it in GitHub Desktop.
#title {
position: absolute;
right: 300px;
top: 25px;
visibility: visible;
z-index: 0;
text-align: right;
font-weight: bold;
font-size: 50px;
font-family: Helvetica;
}
#code {
margin-bottom: -15px;
font-size: 15px;
font-family: monospace;
}
.if {
font-weight: bold;
color: rgb(156, 47, 107);
}
.string {
color: rgb(148, 111, 32);
}
.text {
color: rgb(236, 125, 20);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment