Skip to content
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
81 changes: 0 additions & 81 deletions README.md

This file was deleted.

83 changes: 83 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">


</head>
<body>
<div>
<nav class="company-name">
Fatuma Restaurant </div>

<div class="navigation">

<nav>About</nav>
<nav> Menu </nav>

<nav>Catering</nav>
<nav>Contact </nav></div>


<div class="card"> Taste the difference
<div> Local. Fresh & Delicious </div>
</div>


<div class="card2">


<h1></h1>
ABOUT FATUMA RESTAURANT</h1>

<p> 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. </p></div>


<div class="container">
<div class="contents"><h2> Pasta with Banana </h2>
<p>scrambled it to make a type specimen book. It has survived not only five centuries, but <br>also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset <br>sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions <br>of Lorem Ipsum. </p></div>

<div class="contents"> <h2>
Rice with Banana</h2>

<p>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. </p>
</div>
<div class="contents"><h2>Catering </h2>
<p>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.</p>
</div> <div class="contents"><h2>Contact </h2>

info@fatumarestaurant.com
619-555-0144
4209 Bobcat Drive
San Diego, CA, 48219</div>

</div>






</div>

<br>

<div>
<nav class="company-name">
Fatuma Restaurant
<footer>
<nav class="navigation" "company-name">

About
Menu
Catering
Contact
</nav><br>
<div class="copyright">
Copyright Fatuma Restaurant 2020
</div></div> </body>


</html>

76 changes: 76 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
.company-name {background-color: #454f6f;
text-align: center;
color: white;
width: 100%;
padding: 10px 10px;
font-size: 20px;

}

.navigation {display: flex;
flex-direction: row;
width: 100%;
justify-content: space-around;
color: white;
background-color: #454f6f;
width: 100%;
border-top: 1px solid black;
text-align: center;
margin: 0px 0px 10px 0px;
font-size: 20px;}

.card {background-color: #e6834c;
width: 100%;
height: 300px;
font-size: 80px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding: 80px 80px 10px 80px;
margin-top: 10px;
color: white;
}

.card2 {background-color: lightgray;
text-align:center;
width: 800px;
align-content: center;
font-family: Arial, Helvetica, sans-serif;
padding: 25px;
margin-left: 200px;
margin-top: 50px;
font-size: 20px;
}

.contents {
background-color: lightgray;

margin: 20px 20px;
padding: 20px;
}

.container {display: flex;
flex-direction: row;
align-items: center;


footer nav {display: flex;
justify-content: space-around; }

@media (min-width: 700px) {
div nav {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 100%;
border-top: 2px solid black;
border-bottom: 2px solid black;}

.container {
display: flex;
flex-direction: column;
}



}
}