Nguyen Quang
8
Q:

css bold text

.text {
	font-weight: bold;
}
24
p.normal {
  font-weight: normal;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}
3
font-weight: bold;
13
we can set text bold using css property named 'font-weight'
Syntax:
selector{
  font-weight: bold;
}
5

New to Communities?

Join the community