Skip to content

Instantly share code, notes, and snippets.

@kaoru-fukusato
Created March 12, 2018 14:17
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 kaoru-fukusato/e4db9fa399680200a1fc23dd3a087725 to your computer and use it in GitHub Desktop.
Save kaoru-fukusato/e4db9fa399680200a1fc23dd3a087725 to your computer and use it in GitHub Desktop.
コピペで学べるプログラミング基本1-3
<h2 style="background-color:red">
Background-color set by using red
</h2>
<h2 style="background-color:orange">
Background-color set by using orange
</h2>
<h2 style="background-color:yellow">
Background-color set by using yellow
</h2>
<h2 style="background-color:blue;color:white">
Background-color set by using blue
</h2>
<h2 style="background-color:cyan">
Background-color set by using cyan
</h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment