简单教程
提交运行
代码编辑器:
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/lib/bootstrap/4.0.0/css/bootstrap.min.css"> <div class="container"> <h2>图片对齐方式</h2> <p>.float-right CSS 类来设置图片右对齐, .float-left 类设置图片左对齐</p> <img src="/static/i/img2.jpg" class="float-left" width="200" /> <img src="/static/i/img3.jpg" class="float-right" width="200" /> </div>
运行结果: