@devusexuSubmitted over 1 year ago
- How can I improve the html structure (semantics) ?
- How to center the main element vertically besides using the fixed value (i.e. I use
margin: 12em auto
)? Maybe with percentage/vh or usingposition
as I think hard-coded value is not good - Should I use flexbox in this example?
- Should I implement BEM/OOCSS or Sass from now on for better organization?
Thanks for reading.
Any advice would be greatly appreciated!