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
105 changes: 105 additions & 0 deletions submissions/chimukaMalambo/Css/css/Foodbag.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style1.css">
<title>FoodBag</title>
</head>
<body>

<header>
<h3><a href="index.html">Food<span>Bag</span></a></h3>
<nav>
<li><a href="#">Cart</a></li>
<li><a href="#">Login</a></li>
<button>Sign up</button>
</nav>
</header>
<section>

<div class="title">
<h1>FoodBag</h1>
<p>Anything food, we have you covered.</p>
</div>

<div class="address-container">
<label for="address"><strong>Where are you?</strong></label> <br><br>
<input list="location-list" id="location" name="location" placeholder="Enter your delivery address" style="width: 1115px;">
<datalist class="address-input"id="location-list">
<option value="Lusaka">Lusaka</option>
<option value="Chingola">Chingola</option>
<option value="Kitwe">Kitwe</option>
<option value="Ndola">Ndola</option>
</datalist>
</div>
</section>

<div class="parent">
<h3>Pick an interest</h3> <br>
<div class="parent-1">
<div class="box-1">
<img src="css task 1 image assets/fast-food_disabled.svg"><br>
<h4><span style="color: lightgrey;">Fast Food</span></h4><br>
<small>All sorrows are less with bread.</small>
</div>
<div class="box-2">
<img src="css task 1 image assets/Vegetables & Drinks_disabled.svg"><br>
<h4><span style="color: lightgrey;">Vegetables & Fruits</span></h4><br>
<small>May not want it, but good for you.</small>
</div>
<div class="box-3">
<img src="css task 1 image assets/Drinks & Cocktails_disabled.svg"><br>
<h4><span style="color: lightgrey;">Drinks & Cocktails</span></h4><br>
<small>I feel sad for those who don't drink.</small>
</div>
<div class="box-4">
<img src="css task 1 image assets/resturant_disabled.svg"><br>
<h4><span style="color: lightgrey;">Restuarant</span></h4><br>
<small>All sorrows are less with bread.</small>
</div>
</div>
</div>

<div class="parent-2">
<h3>How we serve you</h3>
<div class="parent-3">
<div class="box-5">
<img src="css task 1 image assets/Illustration_1.svg"><br>
<h4>Tell us where you are</h4>
<p>Select the location you want us to deliver.</p>
</div>
<div class="box-6">
<img src="css task 1 image assets/illustration_2.svg"><br>
<h4>Tell us what you want</h4>
<p>Browse the type of food that interest you.</p>
</div>
<div class="box-7">
<img src="css task 1 image assets/illustration_3.svg"><br>
<h4>We'll come running</h4>
<p>Your order will be delivered to you in no time.</p>
</div>
</div>
</div>


</body>

<footer>
<div class="contact">
<p>Contact us</p> <br> <br>
<div class="box-8">
<img src="css task 1 image assets/twitter 2.svg">
<img src="css task 1 image assets/youtube 1.svg">
<img src="css task 1 image assets/facebook-f 1.svg">
</div>
</div> <br>
<div class="box-9">
<p>Terms & Conditions . Privacy Policy</p>
<p>&copy; Copyright 2021 FoodBag is a registered trademark</p>
</div>
<br>
</footer>


</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading