div.ex1 {direction:rtl;} Этот текст имеет направление вывода по умолчанию (слева направо)....
body {counter-reset:section;} h1 {counter-reset:subsection;} h1:before { counter-increment:section; content:»Глава » counter(section) «. «;...
p { border-style:solid; } p.none {border-top-style:none;} p.dotted {border-top-style:dotted;} p.dashed {border-top-style:dashed;} p.solid...
.right { position:absolute; right:0px; width:300px; background-color:#b0e0e6; } Когда я был помоложе, отец...
Перейти к справке CSS body { background-image:url(‘paper.gif’); } Описание и использование...
p.outline { border:1px solid red; outline:green dotted thick; } Заметка: помните,...
.thumbnail { float:left; width:110px; height:90px; margin:5px; } .text_line { clear:both; margin-bottom:2px; }...
h1 {text-decoration:overline;} h2 {text-decoration:line-through;} h3 {text-decoration:underline;} h4 {text-decoration:blink;} Это заголовок первого...
div.img { margin: 2px; border: 1px solid #0000ff; height: auto; width:...
Перейти к справке CSS a:link {color:#FF0000} /* непосещенная ссылка */ a:visited...