código CSS para hacer que el texto sea en negrita
.text {
font-weight: bold;
}
k-vernooy
.text {
font-weight: bold;
}
we can set text bold using css property named 'font-weight'
Syntax:
selector{
font-weight: bold;
}