aboutsummaryrefslogtreecommitdiff
path: root/web/public/stylesheets/style.css
diff options
context:
space:
mode:
authorAndrewMihai <41450954+AndrewMihai@users.noreply.github.com>2019-02-21 23:55:35 +0000
committerGitHub <noreply@github.com>2019-02-21 23:55:35 +0000
commit0a83e2a2a42e168d18c66888bba3d3bebbbc3d29 (patch)
tree7754c0837ae23952984bd5f9339bab4be270c51f /web/public/stylesheets/style.css
parente29d2e6c05f9fb2e6b630fed48904943625ad358 (diff)
parent4b588e647dedbb49f54f9dd390b96f8466321ece (diff)
Merge pull request #12 from csc301-winter-2019/master
Merging new commits from master into feat/5 branch
Diffstat (limited to 'web/public/stylesheets/style.css')
-rw-r--r--web/public/stylesheets/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css
new file mode 100644
index 0000000..c3bd05c
--- /dev/null
+++ b/web/public/stylesheets/style.css
@@ -0,0 +1,26 @@
+html, body {
+ height: 100%;
+ overflow: hidden;
+}
+#map {
+ width: 65%;
+ height: 100%;
+ float: right;
+}
+body {
+ margin:0;
+ padding:0px;
+ font:14px "Lucida Grande", Helvetica, Arial, sans-serif;
+}
+a {
+ color:#00B7FF;
+}
+#sidebar {
+ width: 35%;
+ height: 100%;
+ float: left;
+ background-color: #e70000;
+}
+h1 {
+ text-align: center;
+}