Skip to content

Commit cfa5528

Browse files
committed
Merge branch 'main' of https://github.com/akshat-sachan/EventM into dev
2 parents 8be9770 + 18c28d6 commit cfa5528

File tree

7 files changed

+333
-157
lines changed

7 files changed

+333
-157
lines changed

.DS_Store

2 KB
Binary file not shown.

FrontEnd/css/event.css

+19
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,26 @@ body {
99
border-radius: 0.5rem;
1010
background: #fff;
1111
}
12+
/* .card {
13+
width: 300px;
14+
padding: 10px;
15+
margin: 5px;
16+
} */
1217

18+
.card:nth-child(odd) {
19+
background-color: #f2f2f2;
20+
}
21+
22+
.card:nth-child(even) {
23+
background-color: #ffffff;
24+
}
25+
26+
.registered-events-container {
27+
display: flex;
28+
flex-wrap: wrap;
29+
justify-content: center;
30+
align-items: center;
31+
}
1332
.container {
1433
display: flex;
1534
justify-content: center;

0 commit comments

Comments
 (0)