Created
January 9, 2018 10:39
-
-
Save pixelastic/d4b889273d1350af5584814672eadedc to your computer and use it in GitHub Desktop.
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
// Pre-fill the content | |
#result0:before { content: "Aurora Pleguezelo" } | |
// […] | |
#result15:before { content: "Alexandre Collin" } | |
#result16:before { content: "Alexandre Meunier" } | |
#result17:before { content: "Alexandre Stanislawski" } | |
// […] | |
#result150:before { content: "Zo Asmail" } | |
// Hide them all | |
#results div { display: none } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment