File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ const contributors = ({ data }) => {
1818 < title > Contributors | WebXDAO</ title >
1919 </ Head >
2020 < section >
21+ < div className = 'absolute top-40 -left-16 w-96 h-96 bg-gradient-to-t from-[#1BFFFF] to-[#2E3192] rounded-full' > </ div >
22+ < div className = 'absolute top-96 -right-80 w-[50rem] h-[50rem] bg-gradient-to-t from-[#FBB03B] to-[#D4145A] rounded-full' > </ div >
23+ < div className = 'absolute top-[70rem] -left-72 w-[40rem] h-[40rem] bg-gradient-to-t from-[#ED1E79] to-[#662D8C] rounded-full' > </ div >
24+ < div className = 'absolute top-[100rem] -right-16 w-96 h-96 bg-gradient-to-t from-[#FCEE21] to-[#009245] rounded-full' > </ div >
2125 < div className = 'relative z-1 my-[40px] mx-0 flex justify-center items-center flex-wrap' >
2226
2327 { data . map ( ( curElem ) => {
@@ -53,4 +57,4 @@ const contributors = ({ data }) => {
5357 ) ;
5458} ;
5559
56- export default contributors ;
60+ export default contributors ;
You can’t perform that action at this time.
0 commit comments