simple-color-picker-jq
Version:
Simple Color picker in common.js. (Jquery mod)
31 lines • 710 B
HTML
<html>
<head>
<title>SimpleColorPicker</title>
<style type="text/css">
body {
padding: 0;
margin: 0;
text-align: center;
font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace
}
h1 {
margin-top: 5%;
font-weight: normal;
}
a {
color: white;
text-decoration: none;
}
.Scp {
margin: auto;
margin-top: 5%;
}
</style>
<link rel="stylesheet" type="text/css" href="simple-color-picker.css">
</head>
<body>
<h1><a href="https://github.com/superguigui/simple-color-picker">SimpleColorPicker</a></h1>
<script src="example/example-build.js"></script>
</body>
</html>