Skip to content

Commit af397ca

Browse files
committed
fix
1 parent 03e8854 commit af397ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

transitions/js-transitions.html

+5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
}
1919

2020
main {
21+
display: flex;
22+
justify-content: center;
23+
align-items: center;
2124
max-width: 960px;
25+
height: 400px;
26+
border: 1px solid #ccc;
2227
margin: 0 auto;
2328
padding: 20px;
2429
}

0 commit comments

Comments
 (0)