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 ( return (
<Provider store={store}> <Provider store={store}>
<div className="App"> <div className="App">
<ProductDesign /> {/* <ProductDesign /> */}
<VodProductDesign /> {/* <VodProductDesign /> */}
{/* <VodProduct /> */} {/* <VodProduct /> */}
<VodProductNew /> {/* <VodProductNew /> */}
<BookDesign /> {/* <BookDesign /> */}
<ButtonDesign /> {/* <ButtonDesign /> */}
<ProductTags /> {/* <ProductTags /> */}
<CounterDesign /> {/* <CounterDesign /> */}
<BlogDesign1 /> {/* <BlogDesign1 /> */}
<BlogDesign2 /> {/* <BlogDesign2 /> */}
<BlogDesign3 /> {/* <BlogDesign3 /> */}
<BlogDesign4 /> {/* <BlogDesign4 /> */}
<BlogDesign5 /> {/* <BlogDesign5 /> */}
<BlogDesign6 /> {/* <BlogDesign6 /> */}
<HeaderDesign1 /> {/* <HeaderDesign1 /> */}
<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 />
</div> </div>
</Provider> </Provider>

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

Loading…
Cancel
Save