Jump to content
php.lv forumi

fonta lielums


yeahz

Recommended Posts

viss ir labi līdz mirklim kad tieku līdz fonta izmēra uzlikšanas. uzlieku es šādi iekš css:

 

body {

font-family: tahoma;

font-size: 10px;

margin-top: 0px;

margin-bottom: 0px;

color: #000000;

background-color: #140028;

}

 

visi no šiem strādā izņemot šo - font-size: 10px;

 

kāds var palīdzēt?

Link to comment
Share on other sites

Šo:

body {
 font-family: tahoma;
 font-size: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
 color: #000000;
 background-color: #140028;
}

uz šo:

html, body {
 font-family: tahoma;
 font-size: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
 color: #000000;
 background-color: #140028;
}

Edited: tagi palika :)

Edited by phpjanis
Link to comment
Share on other sites

×
×
  • Create New...