Css文字环绕圆形图片

Css文字环绕圆形图片_第1张图片


<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Documenttitle>
head>
<style>
    .content {
        width: 400px;
    }

    .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #f0f0f0;
        float: left;
        shape-outside: circle();
    }

    img {
        width: 100%;
        height: 100%;
    }

    .text {
        background: #f0f0f0;
    }
style>

<body>
    <div class="content">
        <div class="avatar">
            <img src="http://sucai.suoluomei.cn/sucai_zs/images/20191126150939-avatar.jpg">
        div>
        <div class="text">
            占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位div>
    div>
body>

html>

你可能感兴趣的:(Css)