diff --git a/index.php b/index.php index 8feb57d..dabae44 100644 --- a/index.php +++ b/index.php @@ -30,15 +30,9 @@ PHP Markov chain text generator by Hay Kranen - - + - - Fork me on GitHub - - -

PHP Markov chain text generator

This is a very simple Markov chain text generator. Try it below by entering some diff --git a/style.css b/style.css new file mode 100644 index 0000000..89067ef --- /dev/null +++ b/style.css @@ -0,0 +1,39 @@ +* { + font-family: Helvetica, Arial, sans-serif; + color: #333; +} + +body { + margin: 0; +} + +#wrapper { + margin: 0 auto; + width: 960px; +} + +h1, h1 a { + color: #666; + border-bottom: 1px solid #ccc; + text-decoration: none; + margin: 10px 0 0 0; +} + +input { + margin-bottom: 10px; +} + +a { color: #33f; } +a:hover { color: #f33; } + +pre { + font-family: courier, monospace; +} + +pre.code { + background: black; + color: #0f0; + border-left: 5px solid #909090; + padding: 0 10px 20px 10px; + overflow: auto; +} \ No newline at end of file