Skip to content

Commit 52dbf58

Browse files
authored
added background color circles
1 parent 6a76661 commit 52dbf58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/contributors.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)