Skip to content

Commit 6b62b14

Browse files
Merge pull request #368 from EveC713/patch-1
Fix rotate example in Tutorial Five
2 parents dfb6d18 + bed38f1 commit 6b62b14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

html/lesson5/tutorial.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,10 @@ a.btn:hover {
468468

469469
If we wanted to even wilder with our on hover effect we could add a rotate:
470470

471-
```css
471+
```css
472+
a.btn{
473+
display:inline-block;
474+
}
472475
a.btn:hover {
473476
transform: rotate(90deg);
474477
transition-delay: 1s;

0 commit comments

Comments
 (0)