From a725faa01c3e6ca2df07db38a61ff6127b3eddd3 Mon Sep 17 00:00:00 2001 From: steevLP Date: Sun, 20 Mar 2022 13:41:15 +0100 Subject: [PATCH] Add files via upload --- docs/alerts.html | 125 +++++++++++++++++++++++++++++++ docs/button.html | 123 ++++++++++++++++++++++++++++++ docs/index.html | 190 +++++++++++++++++++++++++++++++++++++++++++++++ docs/nav.html | 172 ++++++++++++++++++++++++++++++++++++++++++ docs/slider.html | 141 +++++++++++++++++++++++++++++++++++ docs/toggle.html | 133 +++++++++++++++++++++++++++++++++ index.html | 61 +++++++++++++++ 7 files changed, 945 insertions(+) create mode 100644 docs/alerts.html create mode 100644 docs/button.html create mode 100644 docs/index.html create mode 100644 docs/nav.html create mode 100644 docs/slider.html create mode 100644 docs/toggle.html create mode 100644 index.html diff --git a/docs/alerts.html b/docs/alerts.html new file mode 100644 index 0000000..6234912 --- /dev/null +++ b/docs/alerts.html @@ -0,0 +1,125 @@ + + + + + + + steevcss + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/button.html b/docs/button.html new file mode 100644 index 0000000..7f77556 --- /dev/null +++ b/docs/button.html @@ -0,0 +1,123 @@ + + + + + + + steevcss + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..7fa3c2a --- /dev/null +++ b/docs/index.html @@ -0,0 +1,190 @@ + + + + + + + steevcss + + + + +
+

SteevCSS

+ + + +
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/docs/nav.html b/docs/nav.html new file mode 100644 index 0000000..392fc20 --- /dev/null +++ b/docs/nav.html @@ -0,0 +1,172 @@ + + + + + + + steevcss + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/slider.html b/docs/slider.html new file mode 100644 index 0000000..a261f42 --- /dev/null +++ b/docs/slider.html @@ -0,0 +1,141 @@ + + + + + + + steevcss + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/toggle.html b/docs/toggle.html new file mode 100644 index 0000000..adb1c5f --- /dev/null +++ b/docs/toggle.html @@ -0,0 +1,133 @@ + + + + + + + steevcss + + + + + +
+

SteevCSS

+ + + +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..1088f2e --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ + + + + + + + steevcss + + + + +
+

SteevCSS

+ + + +
+
+
+

SteevCSS

+

A simple lightweight Web Development Library, written in SASS and JavaScript

+
+
+
+
+
+
+
+

SteevCSS to boost your web design process

+

With premade and customizable elements such as the embed or alert elements, this library helps you with your first steps when starting your new web app. SteevCSS is written so you have to barely use CSS to change colors and that's it

+
+
+
+
+
+
+

Usage

+

You can use SteevCSS by either using the hosted version or by getting it from the releases tab on Github

+
+                        
+
+
+                        
+                    
+ Due to an issue that only should appear when displaying code, the script tag for the optional Javascript file is commented out, if you are using it, don't add it as a comment. +
+
+
+
+ + + + + \ No newline at end of file