Hey there,

This is official ui of frames. Pre-defined CSS styles for HTML tags, with few custom classes and light/dark theme.

Use these styles in your website using link

<link rel="stylesheet" type="text/css" href="https://pr4j3sh.github.io/ui/style.css">

Or, import these styles in your css file

@import url('https://pr4j3sh.github.io/ui/style.css');

Or, download these styles using curl

curl -o style.css https://pr4j3sh.github.io/ui/style.css

Or, use wget

wget -O style.css https://pr4j3sh.github.io/ui/style.css

And include style.css in the head tag of your index.html file

<link rel="stylesheet" type="text/css" href="./style.css">

Or, import the file in a react app

import './style.css'