From 4bbf98ad0f530d76af6f67d5482277b81bfcb524 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Thu, 9 May 2019 16:14:07 -0500 Subject: warning message and style change --- static/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 static/style.css (limited to 'static') 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; +} -- cgit v1.2.3