commit baf7bc4e7dc363fd29c70bffeecd25dc58b74a06 Author: Andrew Davidson Date: Thu Oct 1 19:42:22 2015 -0400 initial commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..abda6d6 --- /dev/null +++ b/index.html @@ -0,0 +1,109 @@ + + + Start + + + + +
+ +
+
+ +
+
+ + + + + + + + + +
+ + diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..44c7315 Binary files /dev/null and b/logo.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..f7bbe65 --- /dev/null +++ b/style.css @@ -0,0 +1,63 @@ +body { + font-family: "Open Sans", Helvetica, sans-serif; + color: #3c3c3c; + text-align: center; +} + +img.logo { + width: 300px; + margin-left: -25px; +} + +div.ddg { + text-align: center; +} + +div.ddg form { + width: 400px; + margin: 0em auto; +} + +input[type="text"] { + font-size: 24px; + width: 400px; + height: 75px; + padding: 15px; + margin: 0em auto; + border: 1px solid #000; + border-radius: 10px; +} + +div.places { + max-width: 700px; + min-width: 400px; + margin-top: 50px; + padding-top: 50px; + margin: 0em auto; +} + +div.link { + width: 200px; + height: 75px; + line-height: 75px; + float: left; + border: 1px solid #000; + border-radius: 10px; + font-size: 24px; + margin: 10px; +} + +a { + color: #3c3c3c; + text-decoration: none; +} + +a:visited { + color: #3c3c3c; +} + +a:hover { + color: #ff3c3c; +} + +