Use the CSS Editor for styling your application with standard web cascading style sheets. It can be found under the tab Other.
Please keep in mind that CSS statements are mainly used for design purposes, not for the basic layout to maintain the responsiveness of UI5.
For the corporate design, we recommend the use of the UI5 theming functionality with the Theme Designer.
UI5 and CSS: Please be aware to use CSS directives mainly for design purposes, not for basic layouting to preserve the responsiveness of UI5. For design purposes, we recommend using the theming functionality of UI5. Therefore you can use the Theme Designer.
The syntax for accessing widgets by ID with CSS is: #<screenId>–<widgetId>
If you want to learn more about CSS, check out the tutorials of the w3 schools or Codecademy.