Skip to content

Commit a50bc6e

Browse files
committed
changing .sidebar b to .sidebar strong on HTML tutorial 3. Consistent with html
1 parent 871b1a4 commit a50bc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/lesson3/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ We only want to change the border color when hovering over the link. To avoid re
359359
The sidebar is now almost perfect. Tweak a couple of other properties so that the list description is aligned with the other elements and emphasized
360360

361361
```css
362-
.sidebar b {
362+
.sidebar strong {
363363
margin-left: 36px;
364364
color: #4c4066;
365365
font-size: 19px;

0 commit comments

Comments
 (0)