Kā ar HTML kodiem var centrēt un iekrāsot tekstu?
nikomans miniblogs
- 0
Oh gawd
google:
html text centering
html text coloring - 0
kombikorms 02.06.2012. 20:56 #
Html:
<div class="centrets">Teksts</div>
css:
.centrets {
position: relative;
width: 960px;
left: 50%;
margin: 0 0 0 -480px;
color: #005AA3;
background: #ccc;
}
Kā centrēt - ir vairāki varianti. Šādi es lieku konteinerus šabloniem.
Ielogojies vai izveido profilu, lai komentētu!