Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how bold text in css

p.normal {
  font-weight: normal;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}
 
PREVIOUS NEXT
Tagged: #bold #text #css
ADD COMMENT
Topic
Name
5+6 =