From 5ca6417c28a506a670540a8a44aeff859cdba26e Mon Sep 17 00:00:00 2001 From: zakabdi Date: Thu, 4 Feb 2021 21:49:45 -0500 Subject: [PATCH] I made changes --- index.css | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++- index.html | 120 ++++++++++++++++++++++++++++++++---------- 2 files changed, 242 insertions(+), 30 deletions(-) diff --git a/index.css b/index.css index 5daf116..eede0cb 100644 --- a/index.css +++ b/index.css @@ -1 +1,151 @@ -/* Your CSS goes here */ \ No newline at end of file +/* Your CSS goes here */ +/* Your CSS goes here */ + +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +header { + margin:0 auto; + width: 70%; +} + +a, +li { + list-style: none; + text-decoration: none; +} +.nav__list a:hover{ + + border-bottom: 2px solid #e6834c; +} + +.nav__bar li a { + color: white; + margin-left: 30px; +} + +.nav__bar { + display: flex; + background: #454f6f; + width: 100%; + padding: 20px; +} +.max-width { + width: 70%; + margin: auto; + display: flex; + justify-content: space-between; +} +.nav__list { + display: flex; +} +.showCase { + background: #e6834c; + padding: 5%; + text-align: center; + letter-spacing: 5px; + color: white; +} +.showCase h1{ margin-bottom: 20px;} + +.text-box__aboutFatumaRestaurant { + background-color: whitesmoke; + padding: 4%; + margin-top: 20px; +} +.text-box__aboutFatumaRestaurant h3 { + margin-bottom: 20px; + text-align: center; +} + + +.content{ + display: flex; + padding: 10px; + flex-direction: column; + +} +.row-aligner{ + display: flex; + padding: 20px; + width: 100%; + + +} +.text-box__pastaWithBanana{ + width: 50%; + text-align: justify; + +} + + +.text-box__pastaWithBanana h3, +.text-box__riceWithBanana h3, +.text-box__Contact h3 +{ + text-align: center; + margin-bottom: 20px; + font-weight: 700; + +} + +.text-box__riceWithBanana{ + width: 50%; + margin-left: 70px; + text-align: justify; +} +.text-box__Catering > h3{ + + margin-bottom: 20px; + margin-left: 25%; +} + +.text-box__Catering > p{ + width: 70%; + text-align: justify; + +} + +.text-box__Contact{ + margin-left: 20px; + text-align: justify; +} +footer{ + display: flex; + flex-direction: column; +} + +.footer--text__list{ + display: flex; + flex-direction: row; + background-color: #454f6f; + width: 100%; + justify-content: space-around; + padding: 20px; + color: white; + +} + +.footer-list a { + color: white; + text-decoration: none; +} +.footer-list{ +display: flex; + + +} +.footer-list li { + margin-right: 30px; + list-style: none; + +} + +footer P { + background-color: #e6834c; + text-align: center; + padding: 5px; +} \ No newline at end of file diff --git a/index.html b/index.html index 8dee96c..c9d9413 100644 --- a/index.html +++ b/index.html @@ -1,55 +1,117 @@ + + + + +introduction-to-css-main + - -Fatuma Restaurant + - -About Fatuma Restaurant +
+

TASTE THE DIFFERENCE

+

LOCAL. FRESH & DELICIOUS

+
-Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. + +
+
+

About Fatuma Restaurant

+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. + Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, + when an unknown printer took a galley of type and scrambled it to make a type + specimen book. It has survived not only five centuries, but also the leap into + electronic typesetting, remaining essentially unchanged. It was popularised in the + 1960s with the release of Letraset sheets containing Lorem Ipsum passages, + and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +

+
-Pasta with Banana - -scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +
+
-Rice with Banana +
+

Pasta with Banana

-scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. +

scrambled it to make a type specimen book. It has survived not only five centuries, + but also the leap into electronic typesetting, remaining essentially unchanged. + It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, + and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +

+
-Catering -Nullam quis odio sit amet arcu sagittis ullamcorper vel vel ex. Duis consectetur sit amet metus quis congue. Nullam vitae viverra quam, vel volutpat nisi. Phasellus id mi sit amet nibh rutrum luctus. +
+

Rice with Banana

+

+ scrambled it to make a type specimen book. It has survived not only five centuries, + but also the leap into electronic typesetting, + scrambled it to make a type specimen book. It has survived not only five centuries, + but also the leap into electronic typesetting, remaining essentially unchanged. +

+
-Contact - -info@fatumarestaurant.com -619-555-0144 -4209 Bobcat Drive -San Diego, CA, 48219 +
+
+

Catering

+

+ Nullam quis odio sit amet arcu sagittis ullamcorper vel vel ex. + Duis consectetur sit amet metus quis congue. Nullam vitae viverra + quam, vel volutpat nisi. + Nullam quis odio sit amet arcu sagittis ullamcorper vel vel ex. + Duis consectetur sit amet metus quis congue. Nullam vitae viverra + quam, vel volutpat nisi.Phasellus id mi sit amet nibh rutrum luctus. +

+
+

Contact

+

+ info@fatumarestaurant.com + 619-555-0144 + 4209 Bobcat Drive + San Diego, CA, 48219 +

+
+
+
-Fatuma Restaurant + -Copyright Fatuma Restaurant 2020 - \ No newline at end of file