Skip to content

Instantly share code, notes, and snippets.

@user20161119
Created June 20, 2014 03:33
Show Gist options
  • Save user20161119/2d80c5be9432f3a47672 to your computer and use it in GitHub Desktop.
Save user20161119/2d80c5be9432f3a47672 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="颜色面板" />
<meta charset="utf-8">
<title>收集漂亮的颜色</title>
<style>
a{
padding: 10px 16px;
margin-top: 20px;
font-size: 16px;
}
div{
width:40px;
height:40px;
}
</style>
</head>
<body>
<div style="background: #ee5f5b;">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment