Custom HTML, simple and minimalistic.
There is a Codepen of the app. Open it here.
Now, to get started, add this to your head tag: <link href="https://cdn.statically.io/gh/RetroPlayerYT/Sumpl./main/Sumpl.min.css" rel="stylesheet" type="text/css" media="all"> or clone this repository by typing this on your terminal/cmd: git clone https://github.com/RetroPlayerYT/Sumpl..git.
If you cloned the repository, add this to your head tag: <link href="Sumpl/Sumpl.css" rel="stylesheet" type="text/css" media="all">
Finally, you can get started!
We will start up with a regular button. To do that, let's type on our body tag: <button class="sumpl-button">Text here.</button>
It will look like this:
Now, let's customize our buttons. Let's add colors to it. You can add Red, Blue, Green, Yellow and even Lime!
You just need to add to the sumpl-button class -(color) at the end of the class!
Let's now make the buttons larger!
At the end of our class, (example: sumpl-button-lime) lets add -large!
The button class works for inputs (working on input class) and for links (href).


