8000 Merge pull request #58 from injeek/fix · webcoding/css-handbook@e296039 · GitHub
[go: up one dir, main page]

Skip to content

Commit e296039

Browse files
committed
Merge pull request doyoe#58 from injeek/fix
fix js property
2 parents 7df516a + 4218d4e commit e296039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

properties/flex/align-self.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 class="tit">说明:</h2>
8181
<div class="cont">
8282
<strong>设置或检索弹性盒子元素在侧轴(纵轴)方向上的对齐方式。</strong>
8383
<ul>
84-
<li>对应的脚本特性为<strong>alignItems</strong></li>
84+
<li>对应的脚本特性为<strong>alignSelf</strong></li>
8585
</ul>
8686
</div>
8787
</section>
@@ -203,4 +203,4 @@ <h1>align-self示例:</h1>
203203
<script src="../../js/jquery.js"></script>
204204
<script src="../../js/inner.js"></script>
205205
</body>
206-
</html>
206+
</html>

0 commit comments

Comments
 (0)
0