diff --git a/Project Food Menu/index.html b/Project Food Menu/index.html index 7364704..b8fe4e1 100644 --- a/Project Food Menu/index.html +++ b/Project Food Menu/index.html @@ -64,7 +64,7 @@

We've beem making healthy food last for 10 years

-

Types of food

+

Types of food

diff --git a/Project Food Menu/restaurant.svg b/Project Food Menu/restaurant.svg new file mode 100644 index 0000000..6adb9b1 --- /dev/null +++ b/Project Food Menu/restaurant.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Project Food Menu/restaurant_logo.png b/Project Food Menu/restaurant_logo.png new file mode 100644 index 0000000..e814321 Binary files /dev/null and b/Project Food Menu/restaurant_logo.png differ diff --git a/Project Food Menu/style.css b/Project Food Menu/style.css index 2ac5078..9b4a14e 100644 --- a/Project Food Menu/style.css +++ b/Project Food Menu/style.css @@ -199,6 +199,12 @@ body { #food { padding: 5rem 0 10rem 0; } +.heading2{ + margin-left: 170px; + margin-bottom: 20px; + padding: 15px; +} + #food h2 { text-align: center; @@ -207,6 +213,8 @@ body { margin-bottom: 40px; text-transform: uppercase; color: #555; + margin: 10px; + padding: 10px; } .food-container { diff --git a/restaurant_logo.png b/restaurant_logo.png new file mode 100644 index 0000000..e814321 Binary files /dev/null and b/restaurant_logo.png differ