tomayac’s avatartomayac’s Twitter Archive—№ 13,697

  1. …in reply to @rob_dodson
    @rob_dodson @nhoizey The core idea is to make everything dependent on the root font size (which in turn you set to 100%, so the user can choose their preferred default size in the browser settings): css body { font-size: 100%; /* 16px by default, but flexible. */ } h1 { font-size: 2rem: }