Skip to content

Instantly share code, notes, and snippets.

@gouf
Last active December 11, 2015 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gouf/4570543 to your computer and use it in GitHub Desktop.
Save gouf/4570543 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
div#a {
color: #ABABAB;
}
div#b {
color: #faCdBa;
}
div#c {
color: #abcdef;
}
</style>
</head>
<body>
<div id="a">a</div>
<div id="b">b</div>
<div id="c">c</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment