Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Cactusx09
Cactusx09 / dabblet.css
Last active August 29, 2015 14:07
Untitled
.nav{
background:linear-gradient(Aquamarine,black,black,Aquamarine);
}
.nav a {
color: white;
font-size: 11px;
font-weight: bold;
padding: 14px 15px;
text-transform: uppercase;
}
@Cactusx09
Cactusx09 / dabblet.css
Created November 24, 2014 20:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.BTN{
background-color:green;
height:500px;
width:500px;