Missing Method in EventController

You are seeing this error because the action css is not defined in controller EventController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the EventController::css() in file : app/controllers/event_controller.php

<?php
class EventController extends AppController {
   function css() {
   }

}
?>