File tree 2 files changed +62
-0
lines changed
2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+
5
+ < title > Module 3</ title >
6
+
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css ">
9
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
10
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js "> </ script >
11
+
12
+ </ head >
13
+
14
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
15
+ < link rel ="stylesheet " type ="text/css " href ="style.css ">
16
+
17
+
18
+
19
+ < body >
20
+
21
+
22
+ < nav class ="navbar navbar-inverse ">
23
+ < div class ="container-fluid ">
24
+
25
+ < div class ="navbar-header ">
26
+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target ="#myNavbar ">
27
+ < span class ="icon-bar "> </ span >
28
+ < span class ="icon-bar "> </ span >
29
+ < span class ="icon-bar "> </ span >
30
+ </ button >
31
+ < a class ="navbar-brand " href ="# "> Food, LLC</ a >
32
+ </ div >
33
+
34
+ < div class ="collapse navbar-collapse " id ="myNavbar ">
35
+ < ul class ="nav navbar-nav ">
36
+ < li class ="menu-item "> < a href ="# "> Chicken</ a > </ li >
37
+ < li class ="menu-item "> < a href ="# "> Beef</ a > </ li >
38
+ < li class ="menu-item "> < a href ="# "> Sushi</ a > </ li >
39
+ </ ul >
40
+ </ div >
41
+
42
+ </ div >
43
+ </ nav >
44
+
45
+ </ body >
46
+ </ html >
Original file line number Diff line number Diff line change
1
+ .navbar-brand {
2
+ font-size : 25px ;
3
+ }
4
+
5
+ .navbar-nav {
6
+ font-size : 25px ;
7
+ float : right;
8
+ margin-right : 30% ;
9
+ }
10
+
11
+
12
+ @media (min-width : 768px ){
13
+ .menu-item {
14
+ visibility : none;
15
+ }
16
+ }
You can’t perform that action at this time.
0 commit comments