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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
106 changes: 105 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1 +1,105 @@
/* Your CSS goes here */
/* 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;
}
115 changes: 70 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,55 +1,80 @@
<!-- 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:wght@400;500;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<title>Fatuma Resturant</title>
</head>
<body>
<header>
<h2>Fatuma Resturant</h2>
<div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Catering</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</header>
<nav>
<h1>TASTE THE DIFFRENCE </h1>
<p>LOCAL FRESH & DELICIUS</p>
</nav>

<!-- company name -->
Fatuma Restaurant
<nav class="center">
<h2>ABOUT FATUMA RESTURANT</h2>
<p> Lorem, ipsum dolor sit amet consectetur
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Enim veniam dolore rem tenetur dicta ducimus eum, consequuntur id error quos repellendus necessitatibus laudantium nulla porro similique dolores obcaecati laborum labore recusandae, ullam quisquam provident earum suscipit tempora. Officia ipsam exercitationem corrupti commodi sint maxime, inventore qui a in numquam repellat! adipisicing elit. Enim veniam dolore rem tenetur dicta ducimus eum, consequuntur id error quos repellendus necessitatibus laudantium nulla porro similique dolores obcaecati laborum labore recusandae, ullam quisquam provident earum suscipit tempora. Officia ipsam exercitationem corrupti commodi sint maxime, inventore qui a in numquam repellat!
</p>
</nav>
<div class="div">
<div class="baris">
<div class="rice">
<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="pasta">
<h2>PASTA 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.

<!-- Navigation -->
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.


</p>
</div>
</div>
<div class="basto">
<div class="catering">
<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.

<!-- 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.

<!-- content -->
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

<!-- footer -->
Fatuma Restaurant

About
Menu
Catering
Contact

Copyright Fatuma Restaurant 2020

</p>
</div>
<div class="contact">
<h2>CONTACT</h2>
<p>info@fatumarestaurant.com <br>
619-555-0144 <br>
4209 Bobcat Drive <br>
San Diego, CA, 48219
</p>
</div>
</div>
</div>
<header>
<h2>Fatuma Resturant</h2>
<div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Catering</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</header>
</body>
</html>