CSS让文字环绕图片显示

本文介绍了两种CSS方法来实现文字环绕图片显示:1) 使用img的align属性设置图片停靠位置;2) 为img添加div容器,设置css属性float:left和clear:both,以及align属性为'center'。
摘要由CSDN通过智能技术生成

总得来说,文字环绕图片显示的实现方式有这样两种

  1. 通过img的 align 属性, 设置img的停靠位置,文字会环绕显示;
  2. img单独加一个父级div容器,设置css属性:float:left ; clear:both 设置align属性:align=‘center’

第一种:通过img的 align 属性, 设置img的停靠位置,文字会环绕显示:

<body>
<div class="example-container">
    <img id="example-element" align='left' class="transition-all" src="../assets/round-balloon.png" width="150"> " We had agreed, my companion and I, that I should call for him at his house, after dinner, not later than eleven o’clock. This athletic
    young Frenchman belongs to a small set of Parisian sportsmen, who have taken up “ballooning” as a pastime. After having exhausted all the se
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值