diff --git a/components/Container/Container.module.css b/components/Container/Container.module.css new file mode 100644 index 00000000..d49ef8dc --- /dev/null +++ b/components/Container/Container.module.css @@ -0,0 +1,8 @@ +.container { + background: linear-gradient( + 132.82deg, + rgba(11, 14, 32, 0.64) 5.03%, + rgba(52, 20, 33, 0.9) 73.08% + ); + border-radius: 16px; +} diff --git a/components/Container/index.tsx b/components/Container/index.tsx new file mode 100644 index 00000000..3c35c581 --- /dev/null +++ b/components/Container/index.tsx @@ -0,0 +1,13 @@ +import React from "react"; +import styles from "./Container.module.css"; + +type Props = { + children: React.ReactNode; + className?: string; +}; + +const Container = ({ children, className = "" }: Props) => { + return
Find in-depth information about Next.js features and API.
- +Find in-depth information about Next.js features and API.
+ +Learn about Next.js in an interactive course with quizzes!
- +Learn about Next.js in an interactive course with quizzes!
+ +Discover and deploy boilerplate example Next.js projects.
- +Discover and deploy boilerplate example Next.js projects.
+ +- Instantly deploy your Next.js site to a public URL with Vercel. -
- ++ Instantly deploy your Next.js site to a public URL with Vercel. +
+ +