diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-02-19 20:29:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 20:29:42 +0000 |
| commit | 3449364d8a922faf7187c6870876a92aacde5556 (patch) | |
| tree | 86d1123889ac79e8e0a6448ed78022201c331f68 /web/public/stylesheets/style.css | |
| parent | df5d61aae6c2a94f1619496dc4d204b22e81b7ce (diff) | |
| parent | 58d54b74424e1213c1888f3c3925ab8578d092f3 (diff) | |
Merge pull request #9 from csc301-winter-2019/feat/4
Feat/4
Diffstat (limited to 'web/public/stylesheets/style.css')
| -rw-r--r-- | web/public/stylesheets/style.css | 26 |
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; +} |
