File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
< body >
14
14
< nav id ="navigation ">
15
15
< ul >
16
+ < li class ="nav "> < a href ="# "> Play</ a > </ li >
16
17
< li class ="nav "> < a href ="./aboutme.html "> About Me</ a > </ li >
17
18
< li class ="nav "> < a href ="./gameinfo.html "> Game Info</ a > </ li >
18
19
</ ul >
19
20
</ nav >
20
- // it's a nice game to play
21
21
22
22
< div class ="Heading " id ="heading ">
23
23
< h1 class ="h1 "> THE GREAT</ h1 >
Original file line number Diff line number Diff line change 1
1
@import url ('https://fonts.googleapis.com/css2?family=Acme&display=swap' );
2
+ @import url ('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Poppins:wght@300;400&display=swap' );
2
3
html , body {
3
4
margin : 0 ;
4
5
margin-top : 0 ;
@@ -103,12 +104,15 @@ h1 {
103
104
}
104
105
/*Styling navigation bar */
105
106
# navigation {
107
+ height : 48px ;
106
108
display : flex;
107
- justify-content : flex-end;
109
+ justify-content : space-around;
110
+ font-family : 'Montserrat' , sans-serif;
108
111
align-items : center;
109
112
background-image : url ('https://wallpaperaccess.com/full/713148.jpg' );
110
113
}
111
114
# navigation ul {
115
+ font-size : 1.5rem ;
112
116
display : flex;
113
117
margin : 8px ;
114
118
}
You can’t perform that action at this time.
0 commit comments