【发布时间】:2017-11-06 01:48:57
【问题描述】:
我想在我创建的表格中旋转 3 张图像。我已将图像添加到这篇文章中。我很难学习如何做到这一点,我在上面找不到任何东西。我希望它不断旋转。自转应该像行星绕轴自转一样。 BARCELONA
<table>
<tr>
<th colspan="2"><h3>Favorite Teams</h3></th>
</tr>
<tr>
<th>Team</th>
<th>What sport?</th>
<th>Logo</th>
</tr>
<tr>
<th>Pittsburgh Steelers</th>
<th>American Football</th>
<th><img src="steelers.jpg" height="100"></th>
</tr>
<tr>
<th>Michigan Wolverines</th>
<th>American Football</th>
<th><img src="wolverines.jpg" height="100"></th>
</tr>
<tr>
<th>FC Barcelona</th>
<th>Football</th>
<th><img src="barcelona.jpg" height="100"></th>
</tr>
</table>
【问题讨论】:
-
你能提供一个 gif 或示例网站来展示你期望动画的样子吗?