From a9f8c238cd3c3b0e6350597c7ed0796693a9c40d Mon Sep 17 00:00:00 2001 From: Eddking-QS Date: Fri, 9 Aug 2024 20:15:02 +0000 Subject: [PATCH] Add README file --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c60b15 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# Mini Project: Accessibility Quiz + +## Description + +A simple project to learn about accessibility in web development. This project is a simple quiz webpage with questions. The quiz is designed to be accessible to all users. + +## Features + +**HTML** + +- Semantic HTML +- Roles +- ARIA attributes +- Regions +- Forms +- Labels +- Input Fields + +**CSS** + +- Flex Box +- Text styling +- Aspect ratio +- child selectors +- classes +- pseudo-selectors +- sr-only class +- @media query + +## Live Demo + +[Accessibility Quiz](https://eddking-qs.github.io/Mini_Projects-Accessibility_Quiz/) + +## Disclaimer + +- This project will not be updated or maintained. It is a simple project to learn about accessibility in web development. + +Feel free to star or fork this project and style it as you wish.