Asi dělám něco špatně ale nevím co...telefoní čísla by měla mít každé jinou velikost, v náhledu pro PSPAD mají, ale na webu se mi to nezobrazuje...nevím proč.
www.pozemky.graphicsite.cz
index.html
style.cssKód:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-language" content="cs" /> <meta name="author" content="2011, GraphicSite.cz" /> <meta name="robots" content="index, follow" /> <meta name="keywords" content="pozemky, horní lhota, parcely, stavební, prodej" /> <meta name="description" content="Stavební pozemky - Horní Lhota" /> <link rel="stylesheet" type="text/css" href="./css/style.css" media="all" /> <title>Pozemky Blansko</title> </head> <body> <div id="content"> <div id="head"> <div id="logo"> <h1><img src="../images/logo.png" alt="logo" /></h1> </div> <div id="slogan"> <div id="text"> <p><span class="infolinka">Infolinka:</span> <span class="tel1">+420</span> <span class="tel2">602 228 661</span></p> </div> </div> </div> </div> </body> </html>
Poradíte mi?Kód:/* Pozemky Blansko */ * { margin:0; padding:0; } body { background: #ede9e0; text-align: center; } #content { display: block; width: 1000px; margin: 0 auto; } #head { display: block; width: 796px; height: 450px; margin-left: 204px; background: url("../images/back.png") top no-repeat; } #head #slogan { margin-left: 340px; margin-top: -22px; } #head #slogan #text { margin-left: 20px; text-align: left; } #header #slogan #text p{ font-size: 40px; max-width: 300px; } #logo { width: 343px; height: 179px; margin-left: -204px; } /* texty */ .infolinka { font-family: "arial"; color: black;` font-size: 23px; font-weight: bold; } .tel1 { font-family: "arial"; color: #a5a2a0;` font-size: 28px; } .tel2 { font-family: "arial"; color: black;` font-size: 36px; }


