Skip to content

Instantly share code, notes, and snippets.

@hooney
hooney / nav.css
Created January 15, 2019 04:04
2-depth nav using jquery
/* global */
body {
margin:0;
padding:0;
font: 12px/1.2 "돋움", dotum, sans-serif;
background:#666;
}
/* header */
#header {
width:800px;