我有 aimg
和 a 的p
内部div
。
我试图p
垂直居中。我已经尝试过line-height
和其他一些事情。
这是它的样子
我希望“可爱的 firefox 恶作剧”相对于img
CSS
img{
width: 50px;
height: 50px;
}
li{
list-style-type: none;
text-decoration: none;
}
a{
text-decoration: none;
}
li p{
display: inline;
color: black;
font-size: 25px;
margin:0;
}