怎么用css样式改图片大小
时间: 2024-06-14 22:02:57
浏览: 11
在CSS中,你可以使用几种方法来改变[图片]([http]([http](https://geek.csdn.net/educolumn/68f28ca3131d47699e5902c5d3d74d51?spm=1055.2569.3001.10083)s://geek.csdn.net/educolumn/68f28ca3131d47699e5902c5d3d74d51?spm=1055.2569.3001.10083)s://geek.csdn.net/educolumn/1de9845baad351038ab25b200eff4431?spm=1055.2569.3001.10083)的大小。以下是三种常见的方法:
1. **宽度和高度[属性](https://geek.csdn.net/educolumn/5280ca4eda584c6baf7c2ec8010927f9?spm=1055.2569.3001.10083)**:
- 直接设置 `width` 和 `height` [属性](https://geek.csdn.net/educolumn/5280ca4eda584c6baf7c2ec8010927f9?spm=1055.2569.3001.10083),例如:
```css
img {
width: 200px;
height: 150px;
```