nicolabosco87
6/21/2016 - 3:52 PM

Title pretty text decoration From https://codepen.io/jonneal/pen/PzGYEE?editors=0100

Title pretty text decoration

From https://codepen.io/jonneal/pen/PzGYEE?editors=0100


[data-underline] {
    box-shadow: inset 0 -0.12em 0 0 #f5f5f5, inset 0 -.14em 0 0 rgba(245, 245, 245, 0.5), inset 0 -.14em 0 0 currentColor;
    text-decoration: none;
    text-shadow: .05em 0 #f5f5f5, -0.05em 0 #f5f5f5, 1.5px 0 #f5f5f5, -1.5px 0 #f5f5f5;
}