Would really appreciate any constructive criticism and ways I can improve.
saira
@saira512devAll comments
- @anoshaahmedSubmitted almost 3 years ago@saira512devPosted almost 3 years ago
hey.just wanted to thank you.I realized your way of positioning bg image was too good and learnt it from you.So thank you!!!
2 - @jakub-ozogSubmitted almost 3 years ago
Could you please share any feedback about my index.html readability/accessibility? This was my first Sass project so I would be grateful for any advice in terms of Sass usage - what should be change there if it comes to the structure etc. In this project I have also used blending mode and webkit-filter in the image section - I was trying to be as close to the original as much.
I have some doubts in terms of mobile version (setting up the breakpoints) so if you have any comments/thoughts here, that would be great.
Thanks in advance for any help. Cheers! :)
@saira512devPosted almost 3 years agoHey jacob,your solution looks better than mine. Accessibility issue in yours is of section tags.Since you are using section,you are also expected to give headings( <h2> <h3> etc) Since in this case,we dont have headings ,i suggest avoid using section here.I am also new to accessibility issues.Feel free to correct me if am wrong
Marked as helpful0 - @codeFliersSubmitted almost 3 years ago
I still want to use vanilla CSS. I have trouble with the center where i used 3 floats left with width %. Is there a better solution ?