diff --git a/index.css b/index.css index f55924a..9cc261c 100644 --- a/index.css +++ b/index.css @@ -5,4 +5,13 @@ body { background-color: var(--bg); color: #ffffff; -} \ No newline at end of file +} + +#preview { + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + width: fit-content; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-weight: 500; +} diff --git a/index.html b/index.html index a0c224b..cdf6de0 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,9 @@
This is a preview of your gradient.
+ +