diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 23:07:21 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 23:07:21 -0400 |
commit | 7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e (patch) | |
tree | 27b827f5e6c70636c1cca70c4c19e6ade8bcf9ea /css | |
parent | d2e73d6a7b74bd0d0fb409110ae2fc522d4f83e6 (diff) |
Changed navbar
Diffstat (limited to 'css')
-rw-r--r-- | css/NameGenerator.css | 9 | ||||
-rw-r--r-- | css/cellularautomata.css | 14 | ||||
-rw-r--r-- | css/style.css | 4 |
3 files changed, 25 insertions, 2 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; +} diff --git a/css/cellularautomata.css b/css/cellularautomata.css new file mode 100644 index 0000000..814c0e7 --- /dev/null +++ b/css/cellularautomata.css @@ -0,0 +1,14 @@ +#start +{ + font-family: monospace; +} + +#error +{ + color: red; +} + +button:active +{ + background-color: #ff0000; +} diff --git a/css/style.css b/css/style.css index 047f5c9..17d4d3b 100644 --- a/css/style.css +++ b/css/style.css @@ -9,7 +9,7 @@ footer padding-right: 10px; padding-top: 5px; padding-bottom: 5px; - + background: #f9f9f9; } .header_link:hover @@ -21,4 +21,4 @@ footer body { margin: 10px; -}
\ No newline at end of file +} |