diff options
author | Hao Chen | 2019-05-09 16:14:07 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-09 16:14:07 -0500 |
commit | 4bbf98ad0f530d76af6f67d5482277b81bfcb524 (patch) | |
tree | 1044dfd23676e89f9e08f922793d8839bb785a10 /static | |
parent | 23e5c27d83d545fb1155ae9c0d558abe9c828c91 (diff) | |
download | genecup-4bbf98ad0f530d76af6f67d5482277b81bfcb524.tar.gz |
warning message and style change
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..509a2b7 --- /dev/null +++ b/static/style.css @@ -0,0 +1,26 @@ +#cy { + width: 80%; + height: 90%; + position: absolute; + left: 0px; +} + + +a:link { + color:grey ; +} + +/* A link that has been visited */ +a:visited { + color: grey; +} + +/* A link that is hovered on */ +a:hover { + color: blue; +} + +/* A link that is selected */ +a:active { + color: blue; +} |