Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
Navigation update
  • Loading branch information
EDU-MDAnderson committed Sep 24, 2023
1 parent 51251bc commit c8377be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions week01/chamber-site-plan.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<header>
<h1>Idaho Falls Chamber of Commerce Site Plan</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="underconstruction.html">Chamber</a></li>
<li><a href="week01/chamber-site-plan.html">Site Plan</a></li>
<li><a href="underconstruction.html">Form</a></li>
</ul>
</nav>
<main>
<section>
<h2>Site Name</h2>
Expand Down
11 changes: 11 additions & 0 deletions week01/styles/cyberchamber.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
.wireframes h2 {
grid-column: span 2; /* Span 2 columns */
}
nav {
background-color: black;
text-align: center;
}

nav a {
color: white;
display: block;
padding: .5rem;
font-size: 2rem;
}

body {
width: 100%;
Expand Down

0 comments on commit c8377be

Please sign in to comment.