diff --git a/README.md b/README.md index fd6c8ea..334e266 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to CSS - +WAAN BADALAY ## Introduction In this project you will be styling a single page with your knowledge of CSS. The website is a marketing page for a restaurant in San Diego, CA called Fatuma Restaurant. diff --git a/index.css b/index.css index 5daf116..ef30eb0 100644 --- a/index.css +++ b/index.css @@ -1 +1,105 @@ -/* Your CSS goes here */ \ No newline at end of file +/* Your CSS goes here */ +*{ + font-family: Roboto, Arial; + margin: 0; + padding: 0; +} +header{ + width: 100%; + height: 60px; + background-color: rgb(30, 19, 32); + display: flex; + justify-content: space-between; + align-items: center; +} +h2{ + color: white; + display: inline; + margin-left: 20px; + font-weight: 400; +} +ul{ + display: flex; +} +li{ + padding: 20px; + list-style: none; +} +a{ + text-decoration: none; + color: white; + font-weight: 400; +} +nav{ + background-color: rgb(248, 119, 13); + width: 110%; + height: 200px; + text-align: center; +} +h1{ + color: white; + font-weight: 700; + padding-top: 30px; + padding-bottom: 20px; + font-size: 30px; +} +p{ + color: white; + font-size: 22px; + font-weight: 300; +} +.center{ + background-color: rgb(245, 245, 245); + width: 80%; + height: 270px; + margin-left: auto; + margin-right: auto; + text-align: center; + padding: 20px; + margin-bottom: 20px; +} +.center h2{ + color: black; + font-weight: 500; +} +.center p{ + color: black; + font-size: 20px; + margin-top: 30px; +} +.div{ + margin-top: 30px; + + width: 80%; + margin-left: auto; + margin-right: auto; + padding: 20px; +} +.baris , .basto{ + display: flex; + justify-content: space-between; +} +.baris{ + margin-bottom: 20px; + padding-bottom: 20px; +} +.rice, .pasta, .catering, .contact{ + margin-left: 20px; + display: inline; + width: 370px; + height: 210px; +} +.catering, .contact{ + margin-top: 20px; +} +.div p{ + color: black; + font-size: 18px; + font-weight: 400; + margin-top: 10px; +} +.div h2{ + color: black; + font-weight: 700; + font-size: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index 8dee96c..b261d30 100644 --- a/index.html +++ b/index.html @@ -1,55 +1,80 @@ - - - + + + + + + Fatuma Resturant +
+

Fatuma Resturant

+
+ +
+
+ - -Fatuma Restaurant + +
+
+
+

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, remaining essentially unchanged. +

+
+
+

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. - -About -Menu -Catering -Contact + 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. - -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 - -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. - -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. - -Contact - -info@fatumarestaurant.com -619-555-0144 -4209 Bobcat Drive -San Diego, CA, 48219 - - -Fatuma Restaurant - -About -Menu -Catering -Contact - -Copyright Fatuma Restaurant 2020 - +

+
+
+

CONTACT

+

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

+
+
+
+
+

Fatuma Resturant

+
+ +
+
\ No newline at end of file