DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Hello World — Example 10

Quick explanation + ready code for: Hello World.

CSS Hello World Back to examples
Back to language
Syntax: Hello World in CSS. ID: #10

Code

/* Hello World #9 */
body{ font-family:system-ui; }

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.