- Interactive mission selector with metadata-driven design - 5 educational missions (basics + advanced) - AI assistant roles (Deepbit, Bugsy, Schnippsi, Tobi) - SnakeCam gesture recognition system - Token tracking utilities - CLAUDE.md documentation - .gitignore for logs and secrets
10 lines
168 B
CSS
Executable File
10 lines
168 B
CSS
Executable File
body {
|
|
background-color: #f0fff0;
|
|
font-family: 'Comic Sans MS', cursive, sans-serif;
|
|
text-align: center;
|
|
color: #006400;
|
|
}
|
|
h1 {
|
|
margin-top: 20px;
|
|
}
|