File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 12
12
< body >
13
13
< canvas id ="bg "> </ canvas >
14
14
< main >
15
- < nav >
16
- < ul >
17
- < a href ="# "> Home </ a > |
15
+
16
+ < nav class ="navbar ">
17
+ < div class ="navbar-row ">
18
+ < a href ="# "> Home</ a > |
18
19
< a href ="#about-section "> About</ a > |
19
20
< a href ="#projects "> Projects</ a >
21
+ </ div >
22
+ < div class ="navbar-row ">
23
+ < a href ="#work "> Experience</ a >
24
+ </ div >
20
25
</ nav >
21
26
22
27
< header >
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ blockquote p {
115
115
}
116
116
117
117
118
-
118
+ /*code to change visited and hovering over links*/
119
119
a : link {
120
120
color : green;
121
121
background-color : transparent;
@@ -138,4 +138,11 @@ a:active {
138
138
color : yellow;
139
139
background-color : transparent;
140
140
text-decoration : underline;
141
- }
141
+ }
142
+
143
+ .navbar {
144
+ display : flex;
145
+ flex-direction : column;
146
+ }
147
+
148
+
You can’t perform that action at this time.
0 commit comments