Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1e4fcc

Browse filesBrowse files
committed
⚡ registered events
1 parent 24cd666 commit f1e4fcc
Copy full SHA for f1e4fcc

File tree

4 files changed

+229
-183
lines changed
Filter options

4 files changed

+229
-183
lines changed

‎FrontEnd/css/event.css

Copy file name to clipboardExpand all lines: FrontEnd/css/event.css
+19Lines changed: 19 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.