Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
bacali95 committed Mar 7, 2022
1 parent a6f54e4 commit 7310ff9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file added public/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ const Layout: React.FC = () => {
];

return (
<div className="bg-gray-50 h-full w-full">
<div className="relative h-full w-full">
<div
className="absolute h-full w-full filter blur-2xl"
style={{
zIndex: -1,
backgroundImage: 'url("images/background.png")',
}}
/>
<div className="flex container w-full gap-2 py-16">
<div className="flex flex-col gap-2">
<div className="flex h-36 w-36 rounded-lg shadow-xl bg-white items-center justify-center">
Expand Down

0 comments on commit 7310ff9

Please sign in to comment.