-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
693c8e1
commit a9f8c23
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |