diff --git a/index.html b/index.html index 150e20a..ed451cb 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,16 @@

Sample Component

+ + + +
+

Hacktoberfest

+

This card looks good in both light and dark themes.

+
+
diff --git a/style.css b/style.css index ba61a5a..b2d76bb 100644 --- a/style.css +++ b/style.css @@ -3,10 +3,63 @@ html { scroll-behavior: smooth; } + + + + :root { --radius-main: 26px; } + body { font-family: var(--font-sans); margin: 0; @@ -418,7 +471,7 @@ footer { color: rgba(220, 219, 219, 0.595); } - @media screen and (max-width: 600px) { + @media screen (max-width: 600px) { .modalBox{ left: 50px;