小编Suh*_*nde的帖子

如何使用CSS在span中插入换行符?

使用span创建的按钮

现在我想在第一季度打破这一行,并在摘要旁边移动这个Q1.有办法吗?以下是按钮的CSS.

span {
    display: inline-block;
    font-size: 80%;
    line-height: normal;
    width: 100%;
    line-height: 2rem;
    border: 1px solid #019ed5;
    border-radius: 25px;
    cursor: pointer;
}
Run Code Online (Sandbox Code Playgroud)

html css css3

10
推荐指数
2
解决办法
5万
查看次数

标签 统计

css ×1

css3 ×1

html ×1