-
-
Save antoniofrignani/3792937 to your computer and use it in GitHub Desktop.
Links with arrow background
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Links | |
*/ | |
body { | |
background: #FFDEDB; | |
} | |
a { | |
display: inline-block; | |
padding: .3em 1em; | |
background: #e2887a; | |
background-image: linear-gradient(300deg, #FFDEDB .5em, hsla(5, 100%, 93%, 0) .6em), | |
linear-gradient(240deg, #FFDEDB .5em, hsla(5, 100%, 93%, 0) .6em), | |
linear-gradient(60deg, #FFDEDB .5em, hsla(5, 100%, 93%, 0) .6em), | |
linear-gradient(120deg, #FFDEDB .5em, hsla(5, 100%, 93%, 0) .6em); | |
background-position: bottom right, top right, top left, bottom left; | |
background-size: 1.5em 50%; | |
background-repeat: no-repeat; | |
color: white; | |
} | |
a:hover { | |
background-color: #973a2c; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a>foo bar</a> | |
<a>FOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO</a> | |
<a>foo</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment