diff options
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/main.css b/main.css new file mode 100644 index 0000000..81e459a --- /dev/null +++ b/main.css @@ -0,0 +1,34 @@ +body { + font-family: Verdana; + font-size: 8pt; +} + +.subway-map { + margin: 0; + width: 500px; + height:410px; + background-color: white; +} + +.text { + text-decoration: none; + color: black; +} + +#legend { + float: left; + width: 250px; + height:400px; +} + +#legend div { + height: 25px; +} + +#legend span { + margin: 5px 5px 5px 0; +} + +.subway-map span { + margin: 5px 5px 5px 0; +} |
