CSS:h1.MyHClass { display:block; position:relative; font-family:"Times New Roman"; font-size:36px; color:#a33a3a; margin-bottom:10px; /* Тут выставляете нужный Вам отуп в px включая отрицательные значения */ } p.MyUnderHClass { display:block; position:relative; font-family:"Arial"; font-size:18px; color:#a33a3a; }
HTML:<h1 class="MyHClass">Page title h1</h1> <p class="MyUnderHClass">Officiis ab dolorum, aperiam incidunt</p>
CSS:h1.MyHClass { display:block; position:relative; font-family:"Times New Roman"; font-size:36px; color:#a33a3a; margin-bottom:10px; /* Тут выставляете нужный Вам отуп в px включая отрицательные значения */ } p.MyUnderHClass { display:block; position:relative; font-family:"Arial"; font-size:14px; color:#7a7a7a; }
HTML:<h1 class="MyHClass">Page title h1</h1> <p class="MyUnderHClass">Officiis ab dolorum, dolores enim iusto!</p>
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,img,ins,kbd,q,s,samp,small,strike,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,div,input{
margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baselinebaseline;background:transparent;font-family:Arial;
}