Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Styling updates #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Restaurant-Landing-Page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<header>
<div class="logo">Acme Restaurant</div>
<div class="logo">John Doe's Restaurant</div>
<nav>
<div class="menu">
<p>
Expand All @@ -39,7 +39,7 @@
<div class="content">
<h1>Fast food, made fresh, right to your door</h1>
<span class="call-to-action"
>Explore Our Menu<i class="fas fa-long-arrow-alt-right"></i
>Explore Our Amazing Menu<i class="fas fa-long-arrow-alt-right"></i
></span>
</div>
<img
Expand Down
2 changes: 1 addition & 1 deletion Restaurant-Landing-Page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html {
.logo {
font-family: "Montserrat";
font-weight: 800;
color: orange;
color: purple;
}

header {
Expand Down