You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 26-StripeFollowAlongNav/finish.html
+47-6Lines changed: 47 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<title>Follow Along Nav</title>
6
6
</head>
7
7
<body>
8
-
<h2>Cool</h2>
8
+
<h2class="title">Cool</h2>
9
9
<navclass="top">
10
10
<divclass="dropdownBackground">
11
11
<spanclass="arrow"></span>
@@ -14,7 +14,7 @@ <h2>Cool</h2>
14
14
<ulclass="cool">
15
15
<li>
16
16
<ahref="#">About Me</a>
17
-
<divclass="dropdown dropdown1">
17
+
<divclass="dropdown about_me">
18
18
<divclass="bio">
19
19
<imgsrc="https://logo.clearbit.com/wesbos.com">
20
20
<p>Wes Bos sure does love web development. He teaches things like JavaScript, CSS and BBQ. Wait. BBQ isn't part of web development. It should be though!</p>
Copy file name to clipboardExpand all lines: 26-StripeFollowAlongNav/start.html
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<title>Follow Along Nav</title>
6
6
</head>
7
7
<body>
8
-
<h2>Cool</h2>
8
+
9
9
<navclass="top">
10
10
<divclass="dropdownBackground">
11
11
<spanclass="arrow"></span>
@@ -14,7 +14,7 @@ <h2>Cool</h2>
14
14
<ulclass="cool">
15
15
<li>
16
16
<ahref="#">About Me</a>
17
-
<divclass="dropdown dropdown1">
17
+
<divclass="dropdown about_me">
18
18
<divclass="bio">
19
19
<imgsrc="https://logo.clearbit.com/wesbos.com">
20
20
<p>Wes Bos sure does love web development. He teaches things like JavaScript, CSS and BBQ. Wait. BBQ isn't part of web development. It should be though!</p>
0 commit comments