From 21a65c1181580c040d506b9194f0fcd70aef70e5 Mon Sep 17 00:00:00 2001 From: steevLP Date: Sat, 23 Jan 2021 21:27:22 +0100 Subject: [PATCH 1/2] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d03136 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# steevcss +my own collection of html, css and javascript code combined to a webframework + +1. GridSystem 24 Elemente +2. Code Preview +3. SlideShow [Basicly implemented tweaks needed] +4. Navigations [Implemented theming needed] +5. Vordefinierter container (900px) [Implemented] +6. Footer +7. Styled Lists +8. Slider +9. Styled Buttons +10. Styled Form Elements / Groups +11. Image Cards (styled image containers with text) +12. general styled images (rounded borders) +13. Dropdowns [Basic code added customization for function needed] +14. colored sections (a full length area with defined background-color) +15. Alert Sections (Sections colored as their meaning with text inside) From 6d1473445cbf73cd1f266d45d56b4fa7ad55834e Mon Sep 17 00:00:00 2001 From: steevLP Date: Sat, 23 Jan 2021 21:27:32 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8d03136..05822af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # steevcss my own collection of html, css and javascript code combined to a webframework - 1. GridSystem 24 Elemente 2. Code Preview 3. SlideShow [Basicly implemented tweaks needed]