CSS文件属性的设置03

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
img{
vertical-align: -200px; #baseline默认与文本的基线对齐 bottom与文本的底线对齐 top与文本的顶线对齐 像素

}
</style>
</head>
<body>

<img src="https://img1.baidu.com/it/u=4179294343,2787403018&fm=253&fmt=auto&app=120&f=JPEG?w=1280&h=800" alt="">huchangxi

</body>
</html>

 

 

 

 

 

posted @ 2022-05-25 20:11  呼长喜  阅读(19)  评论(0编辑  收藏  举报