Content for section 1. Add as much text as you like here.
+diff --git a/css-accordion/README.md b/css-accordion/README.md new file mode 100644 index 00000000..48a85ee2 --- /dev/null +++ b/css-accordion/README.md @@ -0,0 +1,24 @@ +# CSS-Only Accordion + +A fully functional accordion (collapsible sections) built with only HTML and CSS. +No JavaScript required. + +## Features +- Expand/collapse multiple sections +- Smooth transitions +- Only one section open at a time (radio button version) +- Responsive design +- Customizable colors and styles +- Accessible (keyboard-friendly) +- Rotating arrow icon for open sections + +## How to Use +1. Open `index.html` in any modern browser. +2. Click on section headers to expand or collapse content. + +## Folder Structure + +css-accordion/ +- index.html +- style.css +- README.md \ No newline at end of file diff --git a/css-accordion/idex.html b/css-accordion/idex.html new file mode 100644 index 00000000..2778d9b7 --- /dev/null +++ b/css-accordion/idex.html @@ -0,0 +1,31 @@ + + +
+ +Content for section 1. Add as much text as you like here.
+Content for section 2.
+Content for section 3.
+