UNPKG

create-intent-widget-v1

Version:

A tool to create intent widget

25 lines (22 loc) 541 B
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* index.css or App.css */ body { margin: 0; background-color: black; padding: 0; height: 100vh; display: flex; justify-content: center; align-items: center; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }