diff --git a/assets/css/index.css b/assets/css/index.css index 4485f43..c120ae0 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -128,7 +128,6 @@ background: #000; overflow: hidden; text-decoration: none; - font-weight: bold; } .h-danger:hover{ @@ -139,6 +138,7 @@ 0 0 25px #f40317, 0 0 50px #f40317, 0 0 100px #f40317; + transition: 0.6s; } .h-peace:hover{ background: #ffe; @@ -148,6 +148,7 @@ 0 0 25px #ffe, 0 0 50px #ffe, 0 0 100px #ffe; + transition: 0.6s; } .h-primary:hover{ background: #0000ff; @@ -157,6 +158,7 @@ box-shadow: 0 0 5px #0000ff, 0 0 25px #0000ff, 0 0 50px #0000ff, 0 0 100px #0000ff; + transition: 0.6s; } .h-dark:hover{ @@ -167,6 +169,7 @@ box-shadow: 0 0 5px #000, 0 0 25px #000, 0 0 50px #000, 0 0 100px #000; + transition: 0.6s; } .h-success:hover{ @@ -177,6 +180,7 @@ box-shadow: 0 0 5px #009933, 0 0 25px #009933, 0 0 50px #009933, 0 0 100px #009933; + transition: 0.6s; } .h-lime:hover{ @@ -187,6 +191,7 @@ box-shadow: 0 0 5px #00ff00, 0 0 25px #00ff00, 0 0 50px #00ff00, 0 0 100px #00ff00; + transition: 0.6s; } .h-aqua:hover{ @@ -195,8 +200,9 @@ color: #fff; text-decoration: none; box-shadow: 0 0 5px #00e6e6, 0 0 25px #00e6e6, - 0 0 50px #00e6e6, - 0 0 100px #00e6e6; + 0 0 25px #00e6e6, + 0 0 25px #00e6e6; + transition: 0.6s; } .h-warning:hover{ @@ -207,6 +213,7 @@ box-shadow: 0 0 5px #ffff00, 0 0 25px #ffff00, 0 0 50px #ffff00, 0 0 100px #ffff00; + transition: 0.6s; } .bt span{ diff --git a/index.html b/index.html index 8585229..d7d65b6 100644 --- a/index.html +++ b/index.html @@ -1,99 +1,136 @@ - - MJButton - - - - - - - -
-