html - css? centered text with border either side -
as seen here: http://mathieuwhite.com/
it says "work" in middle wit hwhat seems border either side or image? can give me code example? thank you
it border hack made css ::before , ::after. here code.
body #container section h2::before, body #container section h2::after { position: absolute; top: 7px; height: 1px; background-color: transparent; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); content: "";
and please take care of typos...
Comments
Post a Comment