-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6c54c3d
Showing
2 changed files
with
171 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
.container-fluid{ | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.navbar{ | ||
border-radius: 0px; | ||
background-color: rgba(0,0,0,0.8); | ||
} | ||
|
||
.navbar-brand{ | ||
font-size: 35px; | ||
color: white; | ||
padding-left: 25px; | ||
} | ||
|
||
.navbar-brand:hover{ | ||
color: white; | ||
} | ||
|
||
.nav{ | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.navbar-nav{ | ||
font-size: 25px; | ||
text-align: center; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.navbar-toggle{ | ||
border: 2px solid white; | ||
margin-right: 25px; | ||
} | ||
|
||
.icon-bar{ | ||
background-color: white; | ||
} | ||
|
||
|
||
.main-title{ | ||
margin-bottom: 15px; | ||
text-align: center; | ||
color: black; | ||
font-size: 50px; | ||
font-family: "Comic Sans MS", cursive, sans-serif; | ||
font-weight: bold; | ||
} | ||
|
||
li{ | ||
box-sizing: border-box; | ||
width: 100%; | ||
} | ||
|
||
.menu-item{ | ||
padding: 0; | ||
margin: 0; | ||
width: 100%; | ||
background-color: rgba(255, 255, 255, 0.479); | ||
border-bottom: 1px solid black; | ||
color: black; | ||
display: block; | ||
} | ||
|
||
.menu-item:hover{ | ||
background-color: rgba(0,0,0,0.9); | ||
color: rgba(0,0,0,0.4); | ||
} | ||
|
||
|
||
|
||
.row{ | ||
margin: 20px; | ||
} | ||
|
||
.content-box{ | ||
margin: 20px; | ||
width: auto; | ||
height: auto; | ||
color: black; | ||
background-color: rgba(145, 132, 132, 0.2); | ||
font-family: "Comic Sans MS", cursive, sans-serif; | ||
padding: 20px; | ||
background-color: grey; | ||
border: 2px solid; | ||
} | ||
|
||
.item-name{ | ||
text-align: center; | ||
font-size: 20px; | ||
font-weight: bold; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<html> | ||
<head> | ||
|
||
<title>Module 3</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
|
||
</head> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="css/style.css"> | ||
|
||
|
||
|
||
<body> | ||
|
||
|
||
<nav class="navbar" id="top"> | ||
<div class="container-fluid"> | ||
|
||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="#">Food, LLC</a> | ||
</div> | ||
|
||
<div class="collapse" id="myNavbar"> | ||
<ul class="nav navbar-nav visible-xs"> | ||
<li><a class="menu-item" href="#">Chicken</a></li> | ||
<li><a class="menu-item" href="#">Beef</a></li> | ||
<li><a class="menu-item" href="#">Sushi</a></li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</nav> | ||
|
||
<h1 class="main-title">Our Menu</h1> | ||
|
||
|
||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-4 col-md-6 col-sm-12"> | ||
<div class="content-box"> | ||
<p class="item-name">Chicken</p> | ||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<a href="#top">(Back to Top)</a></p> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-4 col-md-6 col-sm-12"> | ||
<div class="content-box"> | ||
<p class="item-name">Beef</p> | ||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<a href="#top">(Back to Top)</a></p> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="col-lg-4 col-md-12 col-sm-12"> | ||
<div class="content-box"> | ||
<p class="item-name">Sushi</p> | ||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<a href="#top">(Back to Top)</a></p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
</body> | ||
</html> |