diff --git a/public/assets/style.css b/public/assets/style.css index 9f9bf26..680466a 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -82,4 +82,15 @@ a { } a:hover { color: var(--rp-rose); -} \ No newline at end of file +} + +.fancy-card { + padding: 0.5rem; + + .fancy-card-outline { + margin: -0.5rem; + } + .fancy-card-content { + background-color: var(--rp-overlay); + } +} diff --git a/public/index.html b/public/index.html index 4f12a2e..4efe0b9 100644 --- a/public/index.html +++ b/public/index.html @@ -57,6 +57,11 @@ height: 50%; background: linear-gradient(45deg, #0138a7, #c5187c); } + + .crypto { + color: var(--rp-gold); + text-shadow: 0 0 30px var(--rp-gold); + }
I'm a programmer, (very new) artist, and (very new) youtuber. I've dabbled in automation, apps, games, plugins, websites, and more!
+
You can support me at my new Ko-fi!
Or through
diff --git a/public/portfolio.html b/public/portfolio.html new file mode 100644 index 0000000..0271daf --- /dev/null +++ b/public/portfolio.html @@ -0,0 +1,26 @@ + + +
+ + + + + + + + + +
+ +
+