Answers for "pixels and em mdn"

0

pixels and em mdn

html { 
  font-size: 62.5%; /* font-size 1em = 10px on default browser settings */ 
} 
span { 
  font-size: 1.6em; 
}
Posted by: Guest on March-18-2020

Browse Popular Code Answers by Language