From c3dd2a6d44ef929e0832ce6dca53a818e6711218 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 4 Jul 2026 14:35:25 +0530 Subject: Added CSS examples --- css/04-external-css/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 css/04-external-css/index.html (limited to 'css/04-external-css/index.html') diff --git a/css/04-external-css/index.html b/css/04-external-css/index.html new file mode 100644 index 0000000..872a05b --- /dev/null +++ b/css/04-external-css/index.html @@ -0,0 +1,33 @@ + + + + + + Reusable CSS Demo + + + + + +

Reusable Components Example

+ + +
+

Product Feature A

+

This layout uses the primary action button style.

+ +
+ +
+

Product Feature B

+

This layout reuses the exact same card wrapper but switches to a secondary button.

+ +
+ +
+

The beauty of CSS design

+

Visit CSS Zen Garden and try changing designs.

+
+ + + -- cgit v1.2.3