Tsukimi
@hikawiAll solutions
- Submitted about 2 months ago
Tic Tac Toe game
- HTML
- CSS
- JS
I wonder if some controls are good enough for accessibility, like using 1-9 to choose the boxes, but the boxes are "buttons" and probably not the 'right' HTML element for this purpose. What should I add/modify for accessibility?
- Submitted 2 months ago
Interactive Rating Component
- HTML
- CSS
- JS
Accessibility controls mostly. I don't really understand how that works, I tried to add some controls but native tab controls sometimes just don't work. This is the challenge in the accessibility path after all.
- Submitted 2 months ago
Frontend Quiz app
- HTML
- CSS
- JS
Probably better labeling for inputs and accessibility settings.
- Submitted 2 months ago
Article Preview Component
- HTML
- CSS
- JS
Probably about the share popup view, I'm interested what's the conventional way of implementing it. Also how would you position the image? I used a lot of fixed pixel positioning to get it to display, and didn't really flow accordingly to flexbox or something.
- Submitted 3 months ago
Meet Landing Page thing
- HTML
- CSS
I saw on a few notes about shorthand properties and the / in css, I dont know what it is, it seems very specific on what it does on specific properties, and MDN docs weren't exactly easy to understand.
- Submitted 3 months ago
Recipe page
- HTML
- CSS
Tables styling, probably also lists because the design's ordered listing used normal numbers and i don't know how to set the css to use that instead of tabulars.