Skip to content

Instantly share code, notes, and snippets.

View JamesVanWaza's full-sized avatar

JamesVanWaza

  • Washington DC, Rockville MD
View GitHub Profile
@JamesVanWaza
JamesVanWaza / .gitignore
Last active August 29, 2015 14:18 — forked from octocat/.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@JamesVanWaza
JamesVanWaza / navigation2.css
Last active August 29, 2015 14:01
Second Revision of Navigation
nav{
list-style-type:none;
font-size: 26px;
font-family: Arial;
}
nav a{
color: #C25;
text-decoration:none;
background-color:#D36;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<nav>
<ul>
<li><a href="#">About Us</a></li>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>University of Dewantara</title>
</head>
<body>
<nav>
<div class="inside">
<ul>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>University of Dewantara</title>
</head>
<body>
<nav>
</nav>