[英]I can't display the text after the icon
我无法在图标后显示文本。 我尝试使用浮动但不工作。
你能帮我解决吗? 我在谷歌上找不到解决方案,我在问之前试过这个
CSS 文件:
*{
margin: 0;
padding: 0;
}
header{
height: 70px;
background-color: darkgrey;
width: 100%;
}
i{
margin-top: 15px;
margin-left: 15px;
padding: 0px 3px 0px 3px;
border-radius: 10px;
border-style: solid;
border-spacing: 10px;
}
i:hover{
background-color: grey;
}
display: flex;
align-items: center;
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.