From 4195374838267be877f5c469f1a3f419f17ed915 Mon Sep 17 00:00:00 2001
From: Devsi
Reimagining the Next Generation of App Store for Utility NFTs.
MyriadFlow offers individual digital marketplace where creators and organizations can buy, sell, and trade NFTs. Get your NFT @@ -156,7 +154,8 @@
Offering NFTs that change the concept, that is, Dynamic NFTs that provide dynamic features, changes in a DNFT smart contract are based on @@ -194,7 +193,8 @@
Experience both the physical and digital worlds with Myriadflow. Explore online shopping with in-store pickup or virtual reality games incorporating real-world objects. Make your NFT trading and transferring @@ -223,71 +223,71 @@
Now offer Augmented Interactive Reality Experiences by creating modifiable single layer NFTs where users literally get to interact with it.
MyriadFlow makes it easier to launch AIREX integrating Chain-link VRF and algorithmic SDKs.
+MyriadFlow makes it easier to launch AIREX integrating Chain-link VRF + and algorithmic SDKs.
- Select the NFT experience you would like to offer with options - ranging from NFT Store, Collection, Utilities (Rent, Lend, - Fraction, Access etc.), Physical Asset to NFT, - Subscriptions-as-NFT, Profile Picture Projects etc. -
-- Select Authentication Option for your users with options as Web3 - Authentication and Web2 login along with Custodial Wallet. -
-- Choose Blockchain Deployment & Payment Options ranging from - selecting Crypto (ETH, Matic, ONE, SOL, NEAR, ATOM) & Fiat (USD, - AED, INR) Integrated with Crypto On/Off Ramp Service. -
-}l)(!KcT@j(>K6Kjxle{}x!v4N@haoo!2{C7Mzw%8_tdXK# zr2d{A?$LMd<0hc?G*#{8J$&gzRagzXl+QyL^f0hO!z-Vc16zlD%c zdi6ayc(nP^jkeBg7;XBG4=dleRRa_l1bf%#mcWzZ4ao9De=F!!# zOix>Wy}ge|TIAwSwZz@^Fl~YDJW|VScAc_7lA8gy@HgWtIOFf`8C>S3ENkHQhhc^E zbRsiuTUW{2p2Y)xFGTA6gnSrp_Y(WKgcM&f-UmxRW3Nb?C>5s+%Pk_wpAJ1dVWB zfHCAzOuhDWB#hi=MOi-+2`k%7u#XoTl~ERFr$obLo& Jb6Pex_dG0l$5Pwdqu#k&RD zI>Rbrh>Sv5A-QR%Qin!QSowKud=%4aRQ9t{N52+TK2e1MT_q&if8ZFHfR;W~wIP4H zEg5=^v%D}>Q7O~~&cONE*w7-UvYoFnQEQHMwFG9gcTK*KJx@t)DjQF)k&teB=d;2b zvBJ$@rR6B*rMFwS7TlfQg}aEDMd;B0(yRDnpE-Oi-@-CDaKE{kMon^nFTY8ysB# zdS%hi!{nQH7}SgGTRHX?r4!-%AOVf4mUNn~+5#2AF*~pC7S1^c3H+&Q-+buRdeE?k zgtVzFmabxqeY|rF3<(HQXyf`FF10kz(Um%p3Ecj-Kn4MR1%J12773a&78}2NCTL$e z5&L#|B)$eaw*khCunjLomBOZHUvdY}4t{_NJKz!cPdKwXTjV&l^E(R4e_QFqkD2T> zmzXGDe|p4y$nQ4^NnaN$yl4vUqf?(=HRqIBT%iyIul?u|G{~KJO*b6)Sx3<+arJ737!bAJo!nkUqY8#&03&NjThLQOO?? zx&1EM85P!+1N_p7Lzmg9UP@8n+^L!BxV{2-45%ydWQH}2X=mKUSq@x zG(Dmd^1C7-z0$x6je+c{->C|(xobngg5Z8pqDgm)+^hqCH0n`U3b!An14u}b8?Zuq zN9gODXQIL=LRs2_b4s0Yw{WHH)!a*aHfEWC0oIm2d0emj&7l1~CRMRpJWM(zDxFX` zflk|%nPU}|q}AZllz-Yu>t}Nh9*ko*Yr<`|`>gQkSdTgEP8#Q%4}zi_%w{`EA6)}< zVvS;kXmlPt0S`(@m(Nn4MA-@8YmNXquL?@c!%IjORpq(7FITx UlT|EGg*$i~wn{b=Lsc1y-sSlrLP{8%ty$Lk<2L_~)e{UEMFO5Nie5Q+S z=|qS+=oGPB03(50zw9WV$WPHo0>RJ@kzZU6)$3)8#V^`GdZWls!!3La1q{G>{Q5y9 ziNn@hz*!zvJ{~{ZEGo?BdPTt_zn(HvT+HoXsn9-j-Ys2V&a^<)p`gTl5)Btc@`~zP zEWX llC$9Zy#_-)_i8&$V}#X z{Q%#b6j@0~*WnslEkifM;vl%@jrNKi0Pr!mjI(40(pCF{vuQLaaq6#?F`m#)8r>Dr zS}TV09V=Xu$Hoz2a(Etn^kG -9C4y*KOs n3RrIGgqrrz1uyOQ8A}K};>Zh0;>;oV#t-4L{}5E>L`(QD0muam literal 0 HcmV?d00001 diff --git a/styles.css b/styles.css index 89b78f2..dfc3fb6 100644 --- a/styles.css +++ b/styles.css @@ -50,6 +50,124 @@ body { color: white; } +.image-margin { + margin: 20px; +} + +.size{ + width: 350px; /* Set the desired width */ + height: 350px; +} + +.text-container { + position: relative; +} + +.image-text2 { + position: absolute; + top: 50%; /* Position the text vertically in the middle of the container */ + left: 50%; /* Position the text horizontally in the middle of the container */ + transform: translate(-30%, -200%); /* Center the text precisely */ + padding: 10px; /* Adjust padding as needed */ + font-size: 18px; /* Adjust font size as needed */ + width: 80%; +} +.image-text5 { + position: absolute; + top: 50%; /* Position the text vertically in the middle of the container */ + left: 50%; /* Position the text horizontally in the middle of the container */ + transform: translate(-45%, -30%); /* Center the text precisely */ + padding: 10px; /* Adjust padding as needed */ + font-size: 18px; /* Adjust font size as needed */ + width: 20%; +} + +@media (max-width: 1000px) { + .image-container { + flex-direction: column; + position: relative; + } + .image-container img { + /* position: absolute; */ + top: 50%; + left: 50%; + transform: translate(0%, 0%); + max-width: 100%; + max-height: 100%; + } + .size{ + width: 100%; /* Set the desired width */ + height: 100%; + } + .image-margin { + margin: 10px; + } + .image-text5 { + position: absolute; + top: 50%; /* Position the text vertically in the middle of the container */ + left: 50%; /* Position the text horizontally in the middle of the container */ + transform: translate(-45%, -30%); /* Center the text precisely */ + padding: 10px; /* Adjust padding as needed */ + font-size: 18px; /* Adjust font size as needed */ + width: 100%; + } +} + +@media (max-width: 1000px) and (min-width: 500px) { + .image-container { + flex-direction: column; + position: relative; + } + .image-container img { + /* position: absolute; */ + top: 50%; + left: 50%; + transform: translate(30%, 0%); + max-width: 100%; + max-height: 100%; + } + .size{ + width: 60%; /* Set the desired width */ + height: 100%; + } + .image-margin { + margin: 10px; + } + .image-text2 { + position: absolute; + top: 50%; /* Position the text vertically in the middle of the container */ + left: 50%; /* Position the text horizontally in the middle of the container */ + transform: translate(-30%, -200%); /* Center the text precisely */ + padding: 10px; /* Adjust padding as needed */ + font-size: 18px; /* Adjust font size as needed */ + width: 60%; + } + .image-text5 { + position: absolute; + top: 50%; /* Position the text vertically in the middle of the container */ + left: 50%; /* Position the text horizontally in the middle of the container */ + transform: translate(-45%, -30%); /* Center the text precisely */ + padding: 10px; /* Adjust padding as needed */ + font-size: 18px; /* Adjust font size as needed */ + width: 50%; + } +} + +@media (min-width: 999px) { + .image-container { + flex-direction: row; + } + .image-text5 { + position: absolute; + top: 50%; /* Position the text vertically in the middle of the container */ + left: 50%; /* Position the text horizontally in the middle of the container */ + transform: translate(-45%, -30%); /* Center the text precisely */ + padding: 10px; /* Adjust padding as needed */ + font-size: 18px; /* Adjust font size as needed */ + width: 80%; + } +} + /* ! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com */ /*