master
mahdi 3 years ago
parent 08b1fb0f8e
commit 6d7fde8f44
  1. BIN
      build.zip
  2. 52
      src/App.js
  3. 12
      src/components/Advertisement/design2/index.js

Binary file not shown.

@ -37,34 +37,34 @@ function App() {
return (
<Provider store={store}>
<div className="App">
<ProductDesign />
<VodProductDesign />
{/* <ProductDesign /> */}
{/* <VodProductDesign /> */}
{/* <VodProduct /> */}
<VodProductNew />
<BookDesign />
<ButtonDesign />
<ProductTags />
<CounterDesign />
<BlogDesign1 />
<BlogDesign2 />
<BlogDesign3 />
<BlogDesign4 />
<BlogDesign5 />
<BlogDesign6 />
<HeaderDesign1 />
<ContactInfoSection />
<FooterDesign1 />
{/* <VodProductNew /> */}
{/* <BookDesign /> */}
{/* <ButtonDesign /> */}
{/* <ProductTags /> */}
{/* <CounterDesign /> */}
{/* <BlogDesign1 /> */}
{/* <BlogDesign2 /> */}
{/* <BlogDesign3 /> */}
{/* <BlogDesign4 /> */}
{/* <BlogDesign5 /> */}
{/* <BlogDesign6 /> */}
{/* <HeaderDesign1 /> */}
{/* <ContactInfoSection /> */}
{/* <FooterDesign1 /> */}
{/* <Testttt /> */}
<Design2D />
<Features />
<Feedback />
<Alert />
<Toast />
<ProductSuggestion />
<ProductImage />
<ProductTab />
<ProductStatusCard />
<AdvertisementDesign1 />
{/* <Design2D /> */}
{/* <Features /> */}
{/* <Feedback /> */}
{/* <Alert /> */}
{/* <Toast /> */}
{/* <ProductSuggestion /> */}
{/* <ProductImage /> */}
{/* <ProductTab /> */}
{/* <ProductStatusCard /> */}
{/* <AdvertisementDesign1 /> */}
<AdvertisementDesign2 />
</div>
</Provider>

@ -18,16 +18,16 @@ const AdvertisementDesign2 = () => {
</button>
</div>
<div
style={{ backgroundColor: "#00FFFF99" }}
className="rounded-full w-32 h-32 absolute left-1/3 top-1/3 transform -translate-x-1/2 -translate-y-1/2 z-10"
style={{ backgroundColor: "blue" }}
className="rounded-full w-32 h-32 absolute left-1/4 top-1/3 transform -translate-x-1/2 -translate-y-1/2 z-20"
></div>
<div
style={{ backgroundColor: "#6E6EEF99" }}
className="rounded-full w-52 h-52 absolute left-1/4 -bottom-2/4 transform -translate-x-1/2 -translate-y-1/2"
style={{ backgroundColor: "purple" }}
className="rounded-full w-44 h-44 absolute left-1/4 -bottom-2/4 transform -translate-x-1/2 -translate-y-1/2 z-10"
></div>
<div
style={{ backgroundColor: "#ffffff" }}
className="rounded-full w-44 h-44 absolute left-1/4 top-1/3 transform -translate-x-1/2 -translate-y-1/2"
style={{ backgroundColor: "white" }}
className="rounded-full w-44 h-44 absolute left-0 top-2"
></div>
</div>
</section>

Loading…
Cancel
Save