如何 - 头像图片
了解如何使用 CSS 创建头像图片。
如何创建头像图片
步骤 1) 添加 HTML
示例
<img src="avatar.png" alt="Avatar" class="avatar">
步骤 2) 添加 CSS
设置匹配的 height
和 width
,使其看起来不错,并使用 border-radius
属性为图片添加圆角。50% 将使图片变成圆形
访问我们的 CSS 图片教程,了解更多关于如何设置图片样式的信息。
了解如何使用 CSS 创建头像图片。
<img src="avatar.png" alt="Avatar" class="avatar">
设置匹配的 height
和 width
,使其看起来不错,并使用 border-radius
属性为图片添加圆角。50% 将使图片变成圆形
访问我们的 CSS 图片教程,了解更多关于如何设置图片样式的信息。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]