File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -111,4 +111,23 @@ footer {
111
111
.container img { width : 50% ;}
112
112
.container p {font-size : 100% ;}
113
113
}
114
+ /* Add a black background color to the top navigation */
115
+ .topnav {
116
+ overflow : hidden;
117
+ }
118
+
119
+ /* Style the links inside the navigation bar */
120
+ .topnav a {
121
+ float : right;
122
+ display : block;
123
+ color : rgb (174 , 159 , 163 );
124
+ text-align : center;
125
+ padding : 14px 16px ;
126
+ text-decoration : none;
127
+ font-size : 17px ;
128
+ }
114
129
130
+ /* Change the color of links on hover */
131
+ .topnav a : hover {
132
+ color : # FFFFFF ;
133
+ }
Original file line number Diff line number Diff line change 30
30
< nav class ="navbar navbar-inverse navbar-fixed-top " role ="navigation ">
31
31
< div class ="container ">
32
32
< div class ="navbar-header ">
33
- <!-- < button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
33
+ < button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#navbar " aria-expanded ="false " aria-controls ="navbar ">
34
34
< span class ="sr-only "> Toggle navigation</ span >
35
35
< span class ="icon-bar "> </ span >
36
36
< span class ="icon-bar "> </ span >
37
37
< span class ="icon-bar "> </ span >
38
- </button> -->
38
+ </ button >
39
39
< a class ="navbar-brand " href ="# "> LinuxChix India</ a >
40
40
</ div >
41
41
< div id ="navbar " class ="navbar-collapse collapse ">
48
48
</div>
49
49
<button type="submit" class="btn btn-success">Sign in</button>
50
50
</form> -->
51
+ < div class ="topnav ">
52
+ < a href ="# "> Contact</ a >
53
+ < a href ="# "> About</ a >
54
+ < a href ="# "> News</ a >
55
+ < a href ="# "> Home</ a >
56
+ </ div >
51
57
</ div > <!--/.navbar-collapse -->
52
58
</ div >
53
59
</ nav >
You can’t perform that action at this time.
0 commit comments