diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..f4e6e3c --- /dev/null +++ b/html/style.css @@ -0,0 +1,24 @@ +a { + color: blue; +} + +.ja { + text-align: center; + font-size: 2em; +} + +.ja:hover .char_cur { + color: red; +} + +.ja:hover .char_p1 { + color: magenta; +} + +.ja:hover .char_p2 { + color: blue; +} + +.ja:hover .char_bad { + color: grey; +} |