File tree Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 8
8
</ head >
9
9
< body >
10
10
< div class ="dancers ">
11
+ < div id ="navbar " class ="navbar ">
12
+ < ul >
13
+ < li > < a href ="index.html#home "> Home Page</ a > </ li >
14
+ < li > < a href ="MeetDancers.html "> Meet the Dancers</ a > </ li >
15
+ </ ul >
16
+ </ div >
17
+
11
18
< h2 id ="dancer-header "> Meet the Dancers:</ h2 >
12
19
13
20
< div class ="flex-image ">
Original file line number Diff line number Diff line change 8
8
</ head >
9
9
10
10
< body >
11
+ < div id ="navbar " class ="navbar ">
12
+ < ul >
13
+ < li > < a href ="index.html#home "> Home Page</ a > </ li >
14
+ < li > < a href ="MeetDancers.html "> Meet the Dancers</ a > </ li >
15
+ </ ul >
16
+ </ div >
17
+
11
18
< h1 >
12
19
Feeling
13
20
< span id = "blue-text "> < a href ="blue.html " target ="_self "> Blue?</ a > </ span >
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
16
+ .navbar {
17
+ background-color : rgb (25 , 173 , 72 );;
18
+ }
19
+
20
+ .navbar ul {
21
+ list-style : none;
22
+ width : 500px ;
23
+ margin : 0 auto;
24
+
25
+ padding : 0 ;
26
+ /*
27
+ For navbars use background color that stands out.
28
+ */
29
+ background-color : rgb (25 , 173 , 72 );
30
+ text-align : center;
31
+ }
32
+
33
+ /*
34
+ Style individual list items.
35
+ */
36
+ .navbar li {
37
+ width : 150 px;
38
+ border : 2px solid rgb (32 , 152 , 70 );
39
+ /*
40
+ Show the navbar elements next to each other instead of on top of each
41
+ other.
42
+ */
43
+ padding : 9px ;
44
+ display : inline-block;
45
+ line-height : 40px ;
46
+ }
47
+
48
+ /*
49
+ Style links in navbar.
50
+ */
51
+ .navbar a {
52
+ color : # fff ;
53
+ text-decoration : none;
54
+ }
55
+
16
56
.flex-image {
17
57
display : flex;
18
58
flex-direction : row;
56
96
font-family : "Montserrat" , serif;
57
97
font-style : oblique;
58
98
99
+ }
You can’t perform that action at this time.
0 commit comments