master
mahdi andalib 3 years ago
parent 87deec2067
commit d10f1431fb
  1. 4
      src/App.js
  2. 3
      src/components/CourseChapter/index.js

@ -57,14 +57,14 @@ function App() {
{/* <ContactInfoSection /> */} {/* <ContactInfoSection /> */}
{/* <FooterDesign1 /> */} {/* <FooterDesign1 /> */}
{/* <Testttt /> */} {/* <Testttt /> */}
<Design2D /> {/* <Design2D /> */}
{/* <Features /> */} {/* <Features /> */}
{/* <Feedback /> */} {/* <Feedback /> */}
{/* <Alert /> */} {/* <Alert /> */}
{/* <Toast /> */} {/* <Toast /> */}
{/* <ProductSuggestion /> */} {/* <ProductSuggestion /> */}
{/* <ProductImage /> */} {/* <ProductImage /> */}
<ProductTab /> {/* <ProductTab /> */}
{/* <ProductStatusCard /> */} {/* <ProductStatusCard /> */}
{/* <AdvertisementDesign1 /> */} {/* <AdvertisementDesign1 /> */}
{/* <AdvertisementDesign2 /> */} {/* <AdvertisementDesign2 /> */}

@ -4,7 +4,7 @@ const CourseChapter = ({ chapters }) => {
return ( return (
<section style={{ width: "30%" }} className="bg-white mx-auto my-20 p-4"> <section style={{ width: "30%" }} className="bg-white mx-auto my-20 p-4">
<div <div
className="rounded py-5 px-4" className="rounded py-5 px-4 relative"
style={{ backgroundColor: "#196EC033" }} style={{ backgroundColor: "#196EC033" }}
> >
{/* top */} {/* top */}
@ -54,6 +54,7 @@ const CourseChapter = ({ chapters }) => {
))} ))}
</div> </div>
))} ))}
<div className="absolute top-1/2 left-0.5 transform -translate-x-1/2 -translate-y-1/2 bg-blue-600 w-1 h-20 rounded"></div>
</div> </div>
</section> </section>
); );

Loading…
Cancel
Save