From d5cb0a849ed15c7f4f23d1b0eff705a611792e42 Mon Sep 17 00:00:00 2001 From: steevLP Date: Fri, 22 Jan 2021 02:35:42 +0100 Subject: [PATCH] Add files via upload --- examples/grid.html | 129 ++++++++++++++++++++++++++++++++++++++++ examples/navbar.html | 19 ++++++ examples/slideshow.html | 51 ++++++++++++++++ 3 files changed, 199 insertions(+) create mode 100644 examples/grid.html create mode 100644 examples/navbar.html create mode 100644 examples/slideshow.html diff --git a/examples/grid.html b/examples/grid.html new file mode 100644 index 0000000..b44260e --- /dev/null +++ b/examples/grid.html @@ -0,0 +1,129 @@ + + + + + + steev CSS + + + +
+

Grids

+
+
+
col-1
+
+

+
+
col-2
+
col-2
+
+

+
+
col-3
+
col-3
+
col-3
+
+

+
+
col-4
+
col-4
+
col-4
+
col-4
+
+

+
+
col-5
+
col-5
+
col-5
+
col-5
+
col-5
+
+

+
+
col-6
+
col-6
+
col-6
+
col-6
+
col-6
+
col-6
+
+

+
+
col-7
+
col-7
+
col-7
+
col-7
+
col-7
+
col-7
+
col-7
+
+

+
+
col-8
+
col-8
+
col-8
+
col-8
+
col-8
+
col-8
+
col-8
+
col-8
+
+

+
+
col-9
+
col-9
+
col-9
+
col-9
+
col-9
+
col-9
+
col-9
+
col-9
+
col-9
+
+

+
+
col-10
+
col-10
+
col-10
+
col-10
+
col-10
+
col-10
+
col-10
+
col-10
+
col-10
+
col-10
+
+

+
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
col-11
+
+

+
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
col-12
+
+
+ + + \ No newline at end of file diff --git a/examples/navbar.html b/examples/navbar.html new file mode 100644 index 0000000..9b179d9 --- /dev/null +++ b/examples/navbar.html @@ -0,0 +1,19 @@ + + + + + + steev CSS + + + + + + + \ No newline at end of file diff --git a/examples/slideshow.html b/examples/slideshow.html new file mode 100644 index 0000000..8feeb14 --- /dev/null +++ b/examples/slideshow.html @@ -0,0 +1,51 @@ + + + + + + steev CSS + + + +
+

Grids

+
+ +
+ + +
+
1 / 3
+ +
Caption Text
+
+ + +
+
2 / 3
+ +
Caption Two
+
+ +
+
3 / 3
+ +
Caption Three
+
+ + + + +
+
+ +
+ + + +
+
+

This yet only works once per html site

+ + + \ No newline at end of file