Answers for "bold a text in css"

CSS
72

css bold text

.text {
	font-weight: bold;
}
Posted by: Guest on February-22-2020
3

font. to be thinner css

font-weight: 200; /*100 200 300 400 500 600 700 800 900 
					Defines from thin to thick characters. 
					400 is the same as normal, 
					and 700 is the same as bold*/
Posted by: Guest on April-18-2020
3

how to make bold text css

font-weight: normal|bold|bolder|lighter|number|initial|inherit;

font-weight: 700;
Posted by: Guest on December-09-2020
0

css tekst bold

Deze tekst <b>wordt vetgedrukt</b> en dit niet.
Posted by: Guest on February-26-2020

Browse Popular Code Answers by Language