2016-08-05 13:19:31 -03:00

15 lines
268 B
CSS

.divider {
}
.divider:before {
font-family: Georgia,Cambria,"Times New Roman",Times,serif;
font-size: 28px;
letter-spacing: .6em;
content: '...';
color: rgba(0,0,0,.6);
position: relative;
top: -12px;
margin-left: calc(50% - 60px);
}