Skip to content

retro1946/Sumpl.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Sumpl.

Custom HTML, simple and minimalistic.


How to install

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!

It will look like this:

The button class works for inputs (working on input class) and for links (href).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages