【发布时间】:2023-03-24 21:48:01
【问题描述】:
我期待像这张图片Link
图片中有 5 张图片和虚线图片的链接..
请问,如何使用引导类进行显示。
我很困惑,谁能帮我解决这个问题?
谢谢,
下面是使用table标签的代码:
<td class="tdbodycontent" id="workDemo">
<div class="wrapper" style="height:340px;">
<table class="tblhomecontent dotted" cellpadding="0" cellspacing="0">
<tbody><tr>
<td colspan="5">
<div class="boxtitle">
How it works</div>
</td>
</tr>
<tr>
<td class="box5col">
<div class="marker_1 center">
</div>
<p class="markerContent">
Sign Up for free</p>
</td>
<td class="box5col">
<div class="marker_2 center">
</div>
<p class="markerContent">
Select the<br>
neighborhoods<br>
you want to follow</p>
</td>
<td class="box5col">
<div class="marker_3 center">
</div>
<p class="markerContent">
Invite friends and<br>
family to join</p>
</td>
<td class="box5col">
<div class="marker_4 center">
</div>
<p class="markerContent">
Receive important<br>
alerts and information<br>
from trusted sources</p>
</td>
<td class="box5col">
<div class="marker_5 center">
</div>
<p class="markerContent">
Share information<br>
with friends<br>
securely</p>
</td>
</tr>
</tbody></table>
</div>
</td>
【问题讨论】:
-
那么你尝试了什么?
-
我正在使用 div 类容器,我在引导程序中引用了列。它限制为 12 列,在我的页面中有 5 个部分。所以我很困惑,如何开始..
标签: html css twitter-bootstrap