在登录/注册框中,我必须用这样的文本分隔两个按钮。
我的 HTML 代码是:
<button class="facebookSux">Ingresa con Facebook</button>
<label>o si prefieres</label>
<button class="register">Regístrate con tus datos</button>
如何仅使用 CSS 获得标签的水平线?
我考虑过的一种解决方案是适当地使用线性渐变,但必须有一种更优雅的方式来实现这一点。