From 0d0bb2e34b44b0fc5c470d556d6a6d2f936b377b Mon Sep 17 00:00:00 2001 From: Kedarnath Date: Fri, 20 Oct 2023 13:44:32 +0530 Subject: [PATCH 1/3] Added --- beer.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 beer.css diff --git a/beer.css b/beer.css new file mode 100644 index 0000000..e69de29 From 4a68d81bdc75c5783302bd20a4db9006f86509a6 Mon Sep 17 00:00:00 2001 From: Kedarnath Date: Sun, 22 Oct 2023 18:01:45 +0530 Subject: [PATCH 2/3] Added --- beer.css | 13 +++++++++++++ index.html | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 index.html diff --git a/beer.css b/beer.css index e69de29..fd688d2 100644 --- a/beer.css +++ b/beer.css @@ -0,0 +1,13 @@ +.container { + width: 100%; + max-width: 960px; + margin: 0 auto; + background-color: rgb(183, 195, 206); + } + + .card { + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + padding: 16px; + margin-bottom: 16px; + + } \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..78c35be --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + Beer CSS + + + +

Beer CSS

+

This is a simple Beer CSS example.

+
+
+

This is a card

+

This is the content of the card.

+
+
+ + \ No newline at end of file From 4ee96fda2a3ad7fba8b9c810ee9e90681bf3a9a0 Mon Sep 17 00:00:00 2001 From: Kedarnath Date: Sun, 22 Oct 2023 22:33:12 +0530 Subject: [PATCH 3/3] Added CSS frameworks --- beer.css | 13 ------------- index.html | 17 ----------------- readme.md | 11 +++++++++++ 3 files changed, 11 insertions(+), 30 deletions(-) delete mode 100644 beer.css delete mode 100644 index.html diff --git a/beer.css b/beer.css deleted file mode 100644 index fd688d2..0000000 --- a/beer.css +++ /dev/null @@ -1,13 +0,0 @@ -.container { - width: 100%; - max-width: 960px; - margin: 0 auto; - background-color: rgb(183, 195, 206); - } - - .card { - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - padding: 16px; - margin-bottom: 16px; - - } \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 78c35be..0000000 --- a/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - Beer CSS - - - -

Beer CSS

-

This is a simple Beer CSS example.

-
-
-

This is a card

-

This is the content of the card.

-
-
- - \ No newline at end of file diff --git a/readme.md b/readme.md index b9759be..1fcfce7 100644 --- a/readme.md +++ b/readme.md @@ -197,6 +197,17 @@ Frameworks that are smaller than ~5KB. [Docs](https://materializecss.github.io/materialize/getting-started.html), [Repo](https://github.com/materializecss/materialize) | #SCSS + +- [**Tailwind CSS**]- A utility-first CSS framework that allows developers to quickly create custom designs using classes for common CSS properties. + +- [**Spectre css**]- A lightweight and responsive CSS framework that provides a basic set of styles and components to get started with web development. + +- [**Bulma css**]- A lightweight and modern CSS framework with a minimalistic design, making it easy to customize and use for building responsive websites. + +- [**Materialize CSS**]- A CSS framework that follows Google's Material Design guidelines and offers a set of pre-built components with a clean and modern look. + +- [**Bulkit CSS**]- A modern and responsive CSS framework that is built specifically for the Bulma framework, providing additional features and components. + ## Utility-based