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 --- .../index.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 css/02-inline-styling-with-css-properties/index.html (limited to 'css/02-inline-styling-with-css-properties/index.html') diff --git a/css/02-inline-styling-with-css-properties/index.html b/css/02-inline-styling-with-css-properties/index.html new file mode 100644 index 0000000..d59c5ca --- /dev/null +++ b/css/02-inline-styling-with-css-properties/index.html @@ -0,0 +1,33 @@ + + + + + + Inline CSS Example + + + + +

+ Welcome to My Website +

+ + +

+ This paragraph is styled using inline CSS. The font size, color, line height, and alignment are controlled directly inside the HTML tag via the style attribute. +

+ + +
+

Special Offer!

+

Get access to exclusive web development content today.

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