From 7f19d8d107772703b609db2f3ee22e42cc444fca Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 26 Oct 2015 16:38:27 -0700 Subject: [PATCH] add github banner and examples/ --- examples/README.md | 1 + style.css | 7 +++++++ test.html | 1 + 3 files changed, 9 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..285ecbc --- /dev/null +++ b/examples/README.md @@ -0,0 +1 @@ +See test.html / test.js and phone.html / phone.js diff --git a/style.css b/style.css index a8f1ee7..544bd56 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,10 @@ +.github-banner { + position: absolute; + top: 0; + right: 0; + border: 0; +} + .col-xs-6 { text-align: center; } diff --git a/test.html b/test.html index 2d10bb7..c828d5c 100644 --- a/test.html +++ b/test.html @@ -9,6 +9,7 @@ + Fork me on GitHub