Skip to content

itsmaheshkariya/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

demoofqcom

Material Design Colors.

Rules

Example

color.name_of_color
import { serve } from "https://deno.land/std/http/server.ts";
import {body,h1} from "https://deno.land/x/ssr/index.ts";
import color from "https://deno.land/x/colors/index.ts";

const s = serve({ port: 8000 });
const template = body({style:{color:color.yellow}},
                    h1({style:{color:color.red}},'Hello World'))
for await (const req of s) { req.respond({ body : template })
}

Colors

color00 color0 color1 color2 color3 color4 color5