Skip to content

Commit

Permalink
Add README file
Browse files Browse the repository at this point in the history
  • Loading branch information
quintin-dev committed Aug 9, 2024
1 parent 693c8e1 commit a9f8c23
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a9f8c23

Please sign in to comment.