Skip to content

Instantly share code, notes, and snippets.

@rinsuki
Created March 28, 2014 06:09
Show Gist options
  • Save rinsuki/9826371 to your computer and use it in GitHub Desktop.
Save rinsuki/9826371 to your computer and use it in GitHub Desktop.
Hello,World
はじめてのコードらしい
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #000;
color: #fff;
}
document.write("Hello,World!");
@rinsuki
Copy link
Author

rinsuki commented Mar 28, 2014

初めてのGithubへの投稿だーわーいわーい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment