Sort linje under tekst

PHOTO EMBED

Thu Aug 12 2021 10:54:38 GMT+0000 (Coordinated Universal Time)

Saved by @madsoellgaard #css

  &:after {
            content: '';
            display: block;
            position: absolute;
            border-bottom: 1px solid #282828;
            z-index: 100;
            width: 100%;
            margin: 0 auto;
            transform: translateX(-50%);
            left: 50%;
        }
content_copyCOPY