Ako tučné v css

Príklady kódu

53
0

tučný text css

/* Keyword values */
font-weight: bold;

/* Keyword values relative to the parent */
font-weight: bolder;

/* Numeric keyword values */
font-weight: 700; // bold
font-weight: 800;
font-weight: 900;
52
0

tučný text css

.text {
	font-weight: bold;
}
9
0

ako tučný text v css

p.normal {
  font-weight: normal;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}
8
0

ako tučné v css

font-weight: bold;
7
0

tučný text css

we can set text bold using css property named 'font-weight'
Syntax:
selector{
  font-weight: bold;
}
3
0

ako urobiť tučný text css

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

font-weight: 700;

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................