
现在我想在第一季度打破这一行,并在摘要旁边移动这个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)