From 87580fb16e683984f1b8f90e236f0a6e30051606 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 28 Jun 2014 12:06:53 -0400 Subject: [PATCH] first awesome commit --- index.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 31 +++++++++++++++++++++++++++++ synonyms.txt | 45 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 index.php create mode 100644 style.css create mode 100644 synonyms.txt diff --git a/index.php b/index.php new file mode 100644 index 0000000..83b7f9b --- /dev/null +++ b/index.php @@ -0,0 +1,56 @@ + + + + + + synonyms for awesome + + + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..8787189 --- /dev/null +++ b/style.css @@ -0,0 +1,31 @@ +html, body { + margin: 0px; + font-size: 4.5em; + font-family: 'Open Sans', sans-serif; + height: 100%; + background-color: #414ef8; + color: #fff; +} + +@media (min-width: 300px) { + html { font-size: 70%; } +} + +@media (min-width: 500px) { + html { font-size: 80%; } +} + +@media (min-width: 700px) { + html { font-size: 120%; } +} + +@media (min-width: 1200px) { + html { font-size: 200%; } +} + +table, tr, td { + width: 100%; + height: 100%; + text-align: center; + vertical-align: middle; +} \ No newline at end of file diff --git a/synonyms.txt b/synonyms.txt new file mode 100644 index 0000000..c56b5a8 --- /dev/null +++ b/synonyms.txt @@ -0,0 +1,45 @@ +astonishing +astounding +awe-inspiring +beautiful +breathtaking +excellent +exceptional +extraordinary +fabulous +fantastic +first-rate +flawless +formidable +funkadelic +impressive +inconceivable +incredible +indomitable +kick-butt +kryptonian +legendary +magnificent +majestic +marvelous +nifty +outstanding +overwhelming +phenomenal +prodigious +remarkable +righteous +sensational +shocking +staggering +stunning +stupendous +sublime +super +superb +supercalifragilisticexpialidocious +terrific +transcendent +wicked +wonderful +wondrous \ No newline at end of file