Yaroslav Sventsitskiy
@yarsventAll solutions
Four cards using CSS Grid, responsive
Submitted 6 months agoMobile version looks a bit weird and I don't know why.
Product preview component, responsive & using Sass
#sass/scssSubmitted 6 months agoSome fonts look off, how do I fix this? The colors are correct, I think, but the button is clearly different
Contact form, pure JS (accessible with keyboard)
#accessibilitySubmitted 7 months agoMy page's layout is either responsive or centered on desktop. For some reason the form just refuses to be centered vertically, even when I set
align-items
to center. If I make the height fixed, everything slides off screen on mobile. I chose to make it responsive but it looks bad on desktop now :/Recipe page, somewhat responsive
#accessibilitySubmitted 7 months agoHow do I make it more responsive?
Blog preview card, using flexbox (responsive)
Submitted 7 months agoI don't really know how to make the layout even more responsive. Under a certain width (<250px device width) the header and text start to break down in unexpected ways.
QR Code page, centered with flex
Submitted 7 months agoI would like to know whether I used figcaption correctly and whether I could include more semantics in the page other than using div for accessibility.