generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
13
app/components/QuizHeader.jsx
Normal file
13
app/components/QuizHeader.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function QuizHeader(){
|
||||
return(
|
||||
<section className="container-fluid bg-[#000] ">
|
||||
<div className="flex flex-row justify-center gap-x-8 py-6">
|
||||
<p className="text-[42px] w-[42px] h-[31px]">✨</p>
|
||||
<div className="flex flex-col justify-center place-items-center">
|
||||
<p className="text-[#FFF] text-[24px] font-[700]"> Take an AI Generative Quiz</p>
|
||||
<p className="text-[#FFF] text-[16px] font-[400]">Convert any text into an interactive quiz session</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user