Created
November 13, 2016 14:03
-
-
Save vasilisvg/34c682df94eb254910534ddf3d475db3 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
a, | |
a:visited, | |
a:hover, | |
a:focus { | |
text-decoration: none; | |
text-shadow: .05em 0 0 #fff,-.05em 0 0 #fff,0 .05em 0 #fff,0 -.05em 0 #fff; | |
background-image: linear-gradient(to right, currentColor 0%, currentColor 100%); | |
background-repeat: repeat-x; | |
background-position: bottom .05em center; | |
background-size: 100% 1px; | |
} | |
a:hover { | |
color: red;} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
Lorem ipsum dolor <a href=https://vasilis.nl/bla">sip amet</a>, consectetuer adipiscing elit. Mauris ac ipsum. Nam ipsum metus, tincidunt vitae <a href="https://vasilis.nl/">sit amet</a>, gravida non, vestibulum at, arcu. Pellentesque lobortis, leo ac viverra mattis, sapien quam lobortis eros, nec blandit urna urna sollicitudin justo. Nullam adipiscing tincidunt dui. Etiam vestibulum. Cras eleifend interdum libero. Etiam sed ligula. Donec sollicitudin. Morbi ut enim at nulla molestie scelerisque. Sed sapien. Aenean vulputate leo mollis tortor dictum suscipit. Nulla vel quam. Vestibulum ornare blandit sapien. Mauris augue justo, tincidunt at, sollicitudin vel, eleifend vitae, nunc. Nullam porttitor leo a libero euismod suscipit. Aliquam purus risus, posuere vel, aliquet ut, tempus vitae, dolor. Maecenas ultrices massa. Morbi blandit magna vitae risus. |
This file contains 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
// alert('Hello world!'); |
This file contains 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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment