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/05-classless-css/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 css/05-classless-css/index.html (limited to 'css/05-classless-css') diff --git a/css/05-classless-css/index.html b/css/05-classless-css/index.html new file mode 100644 index 0000000..6f72bcb --- /dev/null +++ b/css/05-classless-css/index.html @@ -0,0 +1,40 @@ + + + + + + Beautiful HTML-Only Page + + + + + +
+

🚀 Built with Pure HTML

+

Zero custom CSS files were written to create this look.

+
+ +
+
+

Semantic Layouts Work Best

+

Classless frameworks look at your semantic HTML tags. They add consistent padding, clean typography, and standard responsive widths automatically.

+

This page is styled using new.css.

+
+ +
+

Interactive Elements

+

Notice how inputs and buttons are automatically styled:

+
+ + +
+
+
+ + + + + + -- cgit v1.2.3