Working through issue where prizes are incorrect and need updating.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
body { font-family: Arial, sans-serif; margin: 40px; }
|
||||
table { border-collapse: collapse; width: 100%; margin-top: 20px; }
|
||||
th, td { padding: 8px 12px; border: 1px solid #ddd; text-align: center; }
|
||||
th { background-color: #f5f5f5; }
|
||||
.form-section { margin-bottom: 20px; }
|
||||
.topbar { margin-bottom: 20px; }
|
||||
.flash { padding: 10px; color: green; background: #e9ffe9; border: 1px solid #c3e6c3; margin-bottom: 15px; }
|
||||
|
||||
|
||||
|
||||
/* Ball Stuff */
|
||||
.ball {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user