DEV Community

Discussion on: Some CSS Questions

Collapse
 
sarveshprajapati profile image
Sarvesh Prajapati • Edited

Here are some suggestion from my end:
From Knowledge standpoint

  • using VW might work with responsiveness, but can leads to some error like it won't stick to a certain point... keep increasing and keep decreasing.. We wouldn't have any control where to stop increasing and where to stop decreasing
  • media query would be better approach after all, as it supported widely... just changing the root size with media queries enough along with using REM units..

From editor standpoint

  • try to make heading as heading by using hashtag as it is markdown.... You headings and content kinda messed up together to create problem while reading
  • also try to put example of working code wherever possible, that would make more sense while visualize
  • try to add code in code literals, will look better..

Either way great content. Keep writing