aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHao Chen2019-05-09 16:14:07 -0500
committerHao Chen2019-05-09 16:14:07 -0500
commit4bbf98ad0f530d76af6f67d5482277b81bfcb524 (patch)
tree1044dfd23676e89f9e08f922793d8839bb785a10 /static/style.css
parent23e5c27d83d545fb1155ae9c0d558abe9c828c91 (diff)
downloadgenecup-4bbf98ad0f530d76af6f67d5482277b81bfcb524.tar.gz
warning message and style change
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css26
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;
+}