Skip to content

Commit 8431a92

Browse files
committed
Enable syntax highlighting of a code block adding missing css language specifier
1 parent 22819de commit 8431a92

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
@@ -307,7 +307,7 @@ ul.social-media {
307307

308308
Add a bottom border, to give the effect of a line, to the individual list items and tweak its dimensions
309309

310-
```
310+
```css
311311
.social-media li {
312312
border-bottom: 1px solid #b0afc0;
313313
padding: 10px;

0 commit comments

Comments
 (0)