diff --git a/README.md b/README.md new file mode 100644 index 0000000..8968248 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# moving-gradient +Nice gradient effect +If you like leave a star diff --git a/index.html b/index.html index 4331a10..c2ee83f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Document + Moving Gradient @@ -12,4 +12,4 @@ github Codewars - \ No newline at end of file + diff --git a/style.css b/style.css index 436d546..8d45595 100644 --- a/style.css +++ b/style.css @@ -32,10 +32,6 @@ body { padding: clamp(0.25em, 1vw, 1em) clamp(1em, 4vw, 4em); text-decoration: none; position: relative; -} -.light:hover{ - color: var(--light-blue); -} .link:nth-child(3){ border-bottom: 1px solid rgba(255, 255, 255, 0.5); @@ -64,4 +60,7 @@ body { width: 0%; } +.light:hover{ + color: var(--light-blue); +}