Skip to content

Instantly share code, notes, and snippets.

@robhob
Created July 12, 2017 20:01
Show Gist options
  • Save robhob/9628445a1de4f76e4ba1f4d218d8c9a0 to your computer and use it in GitHub Desktop.
Save robhob/9628445a1de4f76e4ba1f4d218d8c9a0 to your computer and use it in GitHub Desktop.
<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