UNPKG

z-ui-core

Version:

The Core consists of predefined variables for basic design elements such as color, typography, and spacing. These system properties allow for building layouts and visual styles from defined constraints and serves as base to ZDLS.

13 lines 336 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>UI-Core</title> <link rel="stylesheet" href="../dist/css/ui-core.min.css"> </head> <body> <h1>Foo bar baz...</h1> </body> </html>