Answers for "css design guideline"

CSS
0

css design guideline

h1 {
  margin-bottom: 24px;
  font-size: 44px;
  /* for normal 16 to 32 px for heading above 32px */
  line-height: 1.1;
/*  for heading below 1.5 and for normal text use 1.5 to 2  */
  letter-spacing: -1px;
  /* For heading letter spacing should be less */
}
Posted by: Guest on January-29-2022

Browse Popular Code Answers by Language