UNPKG

291 BCSSView Raw
1
2/*
3<hr label="or continue with">
4*/
5
6hr {
7 border: none;
8 border-top: currentColor solid 1px;
9 overflow: visible;
10 text-align: center;
11 height: 1px;
12 margin: 1em 0;
13}
14hr[label]:after {
15 background-color: inherit;
16 content: attr(label);
17 padding: 0 1em;
18 position: relative;
19 top: -12px;
20}
21