diff options
Diffstat (limited to 'static/style.css')
-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; +} |