Latest solutions
HTML CSS BEM SASS
#sass/scss#bemSubmitted 8 months agoI still want to know how to use SASS better and maybe what elements that are divs should be replaced with more semantic html.
QR code html css bem sass
#sass/scss#bemSubmitted 8 months agoAll around how to get things to space better and be more responsive. Stop using PX and use more relative measurements and maybe more css tips.
Latest comments
- P@michelcubSubmitted 8 months ago@MorganMartin12Posted 8 months ago
I would consider using more semantic html for some of your elements. Instead of using a div with background image, you should just use a img tag with an alt. This allows for better accessibility and SEO. Also consider using the time tag for the date for the same reasons. I would consider making the flex direction column to make this easier to control the layout.
0 - @RubsnewgateSubmitted about 1 year ago@MorganMartin12Posted 8 months ago
I am very green to frontend but I loved looking through your project especially liked the sass things you were doing with the flexbox factory and defining variables. Sorry I couldn't find any criticisms.
0