
Dobrý den, mám html stránku a potřebuji ji upravit pomocí CSS.
Tady je kód souboru
exterlink.css
body {
background-color: Aqua;
text-align: justify;
margin-top: 26px;
margin-right: 26px;
margin-left: 26px;
font-family: "Lucida Bright";
font-size: medium;
height: auto;
letter-spacing: normal;
}
h1 {
background-color: Blue;
text-align: center;
color: Red;
font-size: x-large;
}
h2 {
background-color: Blue;
text-align: center;
color: Red;
font-size: large;
}
p {
text-align: right;
}A tady je začátek html souboru.
<html> <head> <title>Školní projekt</title> <link rel="styl sheet" type="text/css" href="exterlink.css" > . . . .
Ale bohužel se mi to nevytvoří. Když to style mám v hlavičce tak to funguje, ale když to chci takle, aby se na to odkázalo, tak to nejde.
Kde je problém? Děkuji.
Offline