Develop Forms in Drupal
GuideSettings Forms in Drupal
CourseLayout Builder in Drupal
CourseManaging Media in Drupal
CourseBreakpoint API in Drupal
CourseBack up Your Drupal Site
TopicA reliable backup will allow you to restore your site if something goes wrong.
Themes in Drupal
CourseFrontend Theming
GuideXdebug
TopicDebugging your Drupal codebase can be made substantially easier by learning how to enable and configure the Xdebug PHP extension.
CSS in Drupal
TopicCascading Style Sheets (CSS) files are added as an asset library through a theme’s libraries configuration file. HTML attributes, including classes and IDs, are commonly added in template files with Twig.
The Render API consists of a standard format for describing data using structured arrays and a process for converting those arrays into the HTML a user sees when interacting with a Drupal site.
Themes provide the HTML, CSS, JavaScript, and other assets that are responsible for the look and feel of your site.