Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLemon112 committed Feb 3, 2024
1 parent 2a1b501 commit b4e0d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

<section id="about" class="about-section">
<h2>About Our Dining Guide</h2>
<p>Welcome to our on-campus dining guide! Explore the various dining options available to students on campus. Whether you're looking for a quick snack or a sit-down meal, we have you covered. Discover the diverse culinary experiences waiting for you!</p>
<p>Welcome to our on-campus dining guide! Explore the various dining options available to students on campus.
<br>Whether you're looking for a quick snack or a sit-down meal, we have you covered. Discover the diverse culinary experiences waiting for you!</p>
</section>

<section id="places" class="places-section">
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ nav a:hover {
padding: 40px;
background-color: rgb(225, 181, 0); /* Yellow background for about section */
color: #fff; /* White text */
font-size: 25px;
}

footer {
Expand Down

0 comments on commit b4e0d0b

Please sign in to comment.