使用Bootstrap 4将元素浮动到左侧
要将元素浮动到Bootstrap的左侧,请使用float-left类。
使用该类,将元素设置在左侧,如下所示:
<p class="float-left"> I am on the left. </p>
将其设置在其他元素上,例如<h1>,<h2>,<div>等-
<h1 class="float-left"> Heading is on the left. </h1>
您可以尝试运行以下代码以将元素放置在左侧-
示例
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Demo</h2>
<div class="clearfix">
<p class="float-left">I am on the left.</p><br>
<p class="float-right">I am on the right.</p><br>
<p class="float-left">I am on the left.</p><br>
<p class="float-right">I am on the right.</p>
</div>
</div>
</body>
</html>热门推荐
5 短祝福语简短暖心
10 结婚祝福语粤语大全简短
11 晚上祝福语女生文案简短
12 法语妈妈生日祝福语简短
13 药厂开工祝福语大全简短
14 蛋糕节日祝福语简短英文
15 跨年的生日祝福语简短
16 文案祝福语英文短句简短
17 在家聚餐婚礼祝福语简短
18 学生节祝福语大全简短