Skip to content

Instantly share code, notes, and snippets.

View benweitzel's full-sized avatar
🚑

Ben Weitzel benweitzel

🚑
View GitHub Profile
@benweitzel
benweitzel / navbar.html
Last active May 23, 2024 17:12
A simple HTML and CSS navigation bar that is extremely easy to customize.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Horizontal Navigation Bar w/Rollover Effect</title>
<style type="text/css">
<!--
#navbar ul {
margin: 0;
padding: 5px;