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
82 changes: 81 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1 +1,81 @@
/* Your CSS goes here */
.header{
font-size: 18px;

background-color: #454f6f;
border: 2px;
margin: 0%;
padding: 20px;
color: white;



}
nav{
display: inline;
float: right;
line-height: 9px;
list-style: none;
color:black;
}
#bigheader{

padding: 5%;
background-color: orangered;
font-size: 18px;
color: white;
border: 5%;
text-align: center;
font-family: Arial, Helvetica, sans-serif;



}
#section1{
text-align: center;
font-family: arial;
background-color: e6834c;
padding: 50px;
border: 100px;
font-family: Arial, Helvetica, sans-serif;
margin:0px;
float: left;




}
#section2{
text-align:center;
columns: 2;
border: 10%;
width: 100%;



}

#section3{
text-align: center;
column-count: 2;
margin: 10px;


}
.footer{
font-size: 18px;

background-color: rgb(83, 71, 255);
border: 2px;
margin: 0%;
padding: 20px;
color: white;
}









87 changes: 55 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,55 +1,78 @@
<!-- Markup the content below with tags and attributes such that it can be styled in CSS-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Link your CSS stylesheet -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">

<title>fatumarestaurant</title>
</head>



<body>
<header class="header">
<hi>Fatuma Restaurant</hi>
<nav>


<a href="#">About</a>
<a href="#">Menu</a>
<a href="#">Catering</a>
<a href="#">Contact</a>
</nav></header>
<div id="bigheader">
<h2>TASTE THE DIFFERENCE</h2>
<h3>LOCAL FRESH & DELICIOUS</h3>

</div>


<section id="section1">
<h3 id="about">ABOUT FATUMA RESTAURANT</h3>
<P>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Necessitatibus nulla, quibusdam velit dolor suscipit magnam ad. Libero mollitia nostrum iusto quod atque dolorum? Quae molestiae, est ipsa, aspernatur ipsum odio perspiciatis praesentium officia explicabo deserunt cumque obcaecati pariatur suscipit temporibus beatae fugit harum numquam quod repellendus quis, nisi aliquid! Dolorum.</P>
</section>

<!-- company name -->
Fatuma Restaurant
<section id="section2">
<h3>PASTA WITH BANANA</h3>
<P>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Expedita libero modi ipsa perspiciatis aliquam nemo accusantium quo. Sint, rerum! Suscipit in velit quasi molestiae doloremque quas quia earum fugiat at!</P>

<!-- Navigation -->
About
Menu
Catering
Contact
<h3>RICE WITH BANANA</h3>
<P>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Reprehenderit iure pariatur ullam blanditiis non, dicta minima, aspernatur impedit id nihil iusto, voluptate voluptatem velit repellendus in eligendi quo laboriosam ut!</P>
</section>

<!-- header -->
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.
<section id="section3">

<!-- content -->
Pasta with Banana
<h3>CATERING</h3>
<P>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Facere tempore saepe asperiores non illum veritatis, architecto fugit labore eaque enim perferendis cum nulla quam temporibus. Unde vero pariatur magni deleniti alias tempora rem! Adipisci, consequatur dolore. Maxime recusandae voluptatibus assumenda officia accusantium, eveniet libero sunt placeat nesciunt quibusdam? Sapiente, illo?.</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. 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.
<h3>CONTACT INFO</h3>

Rice with Banana
<adress>info@fatumarestaurant.com<br>
619-555-0144<br>
4209 Bobcat Drive<br>
San Diego, CA, 48219</adress>

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.
</section>

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

<!-- footer -->
Fatuma Restaurant


<footer class="footer">

<nav class=footer>
<a href="#">About</a>
<a href="#">Menu</a>
<a href="#">Catering</a>
<a href="#">Contact</a>

About
Menu
Catering
Contact
</nav>
<p class="paragraph">Fatuma Restaurant Copyright2020</p>
</footer>

Copyright Fatuma Restaurant 2020

</body>
</html>