Created
June 20, 2014 03:33
-
-
Save user20161119/b566372a55c98b0302c9 to your computer and use it in GitHub Desktop.
This file contains 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
<!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