diff --git a/src/components/Button/index.jsx b/src/components/Button/index.jsx index ece3651a..b7b3a675 100644 --- a/src/components/Button/index.jsx +++ b/src/components/Button/index.jsx @@ -6,7 +6,7 @@ function Button({ className, children, ...rest }) { - - + ); }; diff --git a/src/index.css b/src/index.css index eecbcd1d..be362c8d 100644 --- a/src/index.css +++ b/src/index.css @@ -19,6 +19,11 @@ animation: bg-spin 3s linear infinite; } +.header { + background-image: conic-gradient(from var(--border-angle), #213, #112 50%, #213), + conic-gradient(from var(--border-angle), transparent 100%, #08f, #f03); +} + .blog { --border-size: 3px; --border-angle: 0turn; @@ -32,6 +37,11 @@ animation: bg-spin 3s linear infinite; } +.navbox { + box-shadow: 0 0 10px rgba(216, 191, 216, 0.5), + 0 4px 6px -1px rgba(126, 62, 130, 0.3); +} + .blogtitle { --border-size: 3px; --border-angle: 0turn;