Created
July 12, 2017 20:01
-
-
Save robhob/9628445a1de4f76e4ba1f4d218d8c9a0 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
<style> | |
.colorpicker { | |
list-style-type:none; | |
} | |
.colorpicker li { | |
float: left; | |
list-style-type:none; | |
text-align: center; | |
} | |
.colorpicker li img { | |
width: 100px; | |
height: auto; | |
cursor: pointer; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment