summaryrefslogtreecommitdiff
path: root/css/NameGenerator.css
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-08-29 23:07:21 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-08-29 23:07:21 -0400
commit7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e (patch)
tree27b827f5e6c70636c1cca70c4c19e6ade8bcf9ea /css/NameGenerator.css
parentd2e73d6a7b74bd0d0fb409110ae2fc522d4f83e6 (diff)
Changed navbar
Diffstat (limited to 'css/NameGenerator.css')
-rw-r--r--css/NameGenerator.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/NameGenerator.css b/css/NameGenerator.css
new file mode 100644
index 0000000..96c2252
--- /dev/null
+++ b/css/NameGenerator.css
@@ -0,0 +1,9 @@
+#loading
+{
+ font-size: 20px;
+}
+button:active
+{
+ background-color: #ff0000;
+ color:#ff0000;
+}