Skip to content

Commit 1ab59d3

Browse files
committed
Added Bat Art
1 parent 658966e commit 1ab59d3

File tree

5 files changed

+121
-20
lines changed

5 files changed

+121
-20
lines changed

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import {
4747
SrishtiGuleriaRound,
4848
AparnaGoyalReddit,
4949
KratiMitraSignal,
50-
MobasherahFalakMoon,
50+
MobasherahFalakBat,
5151
} from "./art/index";
5252

5353
// An array of Art Components
@@ -95,7 +95,7 @@ let componentArr = [
9595
<SrishtiGuleriaRound />,
9696
<AparnaGoyalReddit />,
9797
<KratiMitraSignal />,
98-
<MobasherahFalakMoon />,
98+
<MobasherahFalakBat />,
9999
];
100100

101101
function App() {
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import style from "./style.module.css";
22
import { Credit } from "../../components/Credit/index";
33

4-
function MobasherahFalakMoon() {
4+
function MobasherahFalakBat() {
55
// Enter your name, github url and art-name below
66
let data = {
77
name: "Mobasherah Falak",
88
"gh-link": "https://github.com/Mobasherah12",
9-
"art-name": "Moon",
9+
"art-name": "Bat",
1010
};
1111
return (
1212
<div className={`${style.container} container`}>
@@ -15,6 +15,14 @@ function MobasherahFalakMoon() {
1515
{/* your art blocks will come here */}
1616
<div>
1717
<div className={style.blocks}></div>
18+
<div className={style.blocks1}></div>
19+
<div className={style.blocks2}></div>
20+
<div className={style.blocks3}></div>
21+
<div className={style.blocks4}></div>
22+
<div className={style.blocks5}></div>
23+
<div className={style.blocks6}></div>
24+
<div className={style.blocks7}></div>
25+
<div className={style.blocks8}></div>
1826
</div>
1927

2028
{/* do not edit the line below */}
@@ -23,4 +31,4 @@ function MobasherahFalakMoon() {
2331
);
2432
}
2533

26-
export default MobasherahFalakMoon;
34+
export default MobasherahFalakBat;
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
.container {
2+
background-color: black;
3+
}
4+
5+
.blocks {
6+
7+
height: 90px;
8+
width: 90px;
9+
background-color: gray, gray;
10+
box-shadow: 30px 0 gray;
11+
border-radius: 60%;
12+
13+
}
14+
15+
.blocks1 {
16+
position: absolute;
17+
bottom: 45px;
18+
height: 90px;
19+
width: 90px;
20+
background-color: gray, gray;
21+
box-shadow: 30px 0 gray;
22+
border-radius: 60%;
23+
24+
}
25+
26+
.blocks2 {
27+
position: relative;
28+
bottom: 65px;
29+
height: 5px;
30+
width: 5px;
31+
background-color: gray, gray;
32+
box-shadow: 5px 0 white;
33+
border-radius: 45%;
34+
35+
}
36+
37+
38+
39+
.blocks3 {
40+
position: relative;
41+
bottom: 44px;
42+
height: 5px;
43+
width: 5px;
44+
background-color: rgb(238, 119, 23), rgb(238, 122, 14);
45+
box-shadow: 5px 0 rgb(230, 121, 48);
46+
border-radius: 45%;
47+
48+
}
49+
50+
.blocks4 {
51+
position: relative;
52+
top: 53px;
53+
height: 5px;
54+
width: 5px;
55+
background-color: rgb(228, 188, 188), rgb(224, 172, 172);
56+
box-shadow: 5px 0 rgb(230, 161, 161);
57+
border-radius: 45%;
58+
59+
}
60+
61+
.blocks5 {
62+
position: relative;
63+
bottom: 27px;
64+
height: 5px;
65+
width: 5px;
66+
background-color: rgb(245, 167, 238), rgb(241, 176, 241);
67+
box-shadow: 5px 0 rgb(240, 170, 211);
68+
border-radius: 45%;
69+
70+
}
71+
72+
.blocks6 {
73+
position: relative;
74+
top: 23px;
75+
height: 5px;
76+
width: 5px;
77+
background-color: rgb(184, 12, 141), rgb(226, 27, 166);
78+
box-shadow: 5px 0 rgb(180, 13, 130);
79+
border-radius: 45%;
80+
81+
}
82+
83+
84+
.blocks7 {
85+
position: relative;
86+
top: 111;
87+
height: 5px;
88+
width: 5px;
89+
background-color: rgb(19, 182, 194), rgb(56, 140, 209);
90+
box-shadow: 5px 0 rgb(18, 135, 170);
91+
border-radius: 45%;
92+
93+
}
94+
95+
.blocks8 {
96+
position: absolute;
97+
top: 85px;
98+
height: 5px;
99+
width: 5px;
100+
background-color: rgb(27, 19, 139), rgb(37, 15, 160);
101+
box-shadow: 5px 0 rgb(61, 52, 187);
102+
border-radius: 45%;
103+
104+
}
105+
106+
107+

src/art/MobasherahFalakMoon/style.module.css

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/art/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ export { default as RaveenaSachiniSwastika } from "./RaveenaSachiniSwastika/Rave
4141
export { default as SrishtiGuleriaRound } from "./SrishtiGuleriaRound/SrishtiGuleriaRound";
4242
export { default as AparnaGoyalReddit } from "./AparnaGoyalReddit/AparnaGoyalReddit";
4343
export { default as KratiMitraSignal } from "./KratiMitraSignal/KratiMitraSignal";
44-
export { default as MobasherahFalakMoon } from "./MobasherahFalakMoon/MobasherahFalakMoon";
44+
export { default as MobasherahFalakBat } from "./MobasherahFalakBat/MobasherahFalakBat";

0 commit comments

Comments
 (0)