Skip to content

Instantly share code, notes, and snippets.

@Mysteryguye
Mysteryguye / Happy Button!
Created January 30, 2013 00:05
It looks nasty, but when you mouse over it you like it. Good for very colorful websites. ~Mysteryguye
<html>
<head>
<title>BUTTONS BUTTONS BUTTONS!!!!!!</title>
<link rel="stylesheet" type="text/css" href="button-page.css">
.press-it{
width:100px;
height:45px;
border: 2px solid green;
margin: 45px auto;
background: olive;
@Mysteryguye
Mysteryguye / ice cream classes
Created January 29, 2013 16:37
Tight schedule lately, so I made a few basic classes. Best I can do, lots of things packed into my week, so rush job. Hope it is decent :)
.opaque {
opacity: .5
}
.greenish {
background: green;
}
.huge