css grassetto, font-weight: bold;

« Older   Newer »
  Share  
maxmaxuell
view post Posted on 28/11/2016, 19:02     +1   -1




css grassetto
font-weight: bold;

Oltre al grassetto "bold" metto anche il tipo di carattere (verdana, arial, sans-serif) la dimensione e lo stile.

CODICE
p
{
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 font-weight: bold;
}
 
Top
0 replies since 28/11/2016, 19:02   40 views
  Share