我想在CSS中画一条<hr>
线。线的中心有一个按钮,用于在中间切开该线。那么如何在CSS中实现这种效果呢?
最佳答案
将margin-bottom
减为button
。这样写:
button{
margin-bottom:-20px;
position:relative;
}
关于html - 如何用按钮画一条线的中心,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11201106/
我想在CSS中画一条<hr>
线。线的中心有一个按钮,用于在中间切开该线。那么如何在CSS中实现这种效果呢?
最佳答案
将margin-bottom
减为button
。这样写:
button{
margin-bottom:-20px;
position:relative;
}
关于html - 如何用按钮画一条线的中心,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11201106/