Skip to content

Commit 7bf3cad

Browse files
committed
⚡ registered events
1 parent 79f7c95 commit 7bf3cad

File tree

4 files changed

+229
-183
lines changed

4 files changed

+229
-183
lines changed

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)