Jeszcze jeden szablon mam do sprawdzenia. Także w miarę łatwy, ale na wszelki wypadek chciałbym, aby luknęło na to fachowe oko.
Także podkreślam, iż grafika szablonów nie jest moja (pobrana ze strony darmowych szablonów), a wykorzystuje ją tylko do ćwiczeń.
LINK DO ZŁOŻONEGO SZABLONU CLICK!<!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="pl" lang="pl"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Description" content="Tu wpisz opis zawartości strony" /> <meta name="Keywords" content="Tu wpisz wyrazy kluczowe rozdzielone przecinkami" /> <link rel="stylesheet" type="text/css" href="style3.css" /> <li><a href="#">Strona Glowna
</a></li> <li><a href="#">Inna Podstrona
</a></li> <li><a href="#">Inna Podstrona
</a></li> <li><a href="#">Inna Podstrona
</a></li></ul> <h2>Darmowy Szablon.
</h2> <p>Szablon pobrano ze strony
<a href="http://www.flankerds.com/" target="_blank">flankerds.com
</a></p> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis viverra elementum enim. Mauris a metus. Donec vulputate, sapien vitae eleifend ullamcorper.
</p> <p>Aenean pretium. Pellentesque a nisi eu diam pretium rhoncus. In hac habitasse platea dictumst. Vestibulum consequat, enim vitae bibendum hendrerit, metus dui vestibulum sapien, a tempor sem nisl a lorem. Vestibulum orci elit, tincidunt ac, convallis in, euismod quis, dolor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed vestibulum. Praesent elementum eros at dolor. Sed imperdiet metus vitae metus. Suspendisse vitae dolor sit amet nulla sodales vehicula.
</p>
body {
background-image: url(images/tlo.jpg);
color: #000000;
margin: 0;
padding: 0;
}
#kont {
background-color: #6a7330;
width: 780px;
margin-left: auto;
margin-right: auto;
position: relative;
border-right: solid #34381d 2px;
border-left: solid #34381d 2px;
}
#logo {
background-image: url(images/logo.jpg);
width: 780px;
height: 253px;
position: relative;
}
#menu{
background-image: url(images/menu.jpg);
width: 780px;
height: 44px;
position: absolute;
bottom: 0;
}
#menu ul {
list-style-type: none;
padding: 0;
margin-top: 10px;
text-align: center;
}
#menu ul li {
display: inline;
list-style: none;
padding-left: 7px;
padding-right: 7px;
}
#menu a:link, #menu a:visited, #menu a:hover {
text-decoration: none;
color: #fff;
font-size: 16px;
font-weight: bold;
}
#tresc_gora {
background-image: url(images/tytul.jpg);
background-repeat: no-repeat;
height: 60px;
width: 641px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
#tresc {
background-image: url(images/tlo_tekst.jpg);
width: 641px;
height: auto;
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
#tresc p {
margin: 0 8px 0 8px;
}
#tresc h2 {
margin: 0 8px 0 8px;
}
#tresc a:link, #tresc a:visited, #tresc a:hover {
text-decoration: none;
color: #34381d;
font-weight: bold;
}
#tresc_dol {
background-image: url(images/podpis.jpg);
background-repeat: no-repeat;
height: 56px;
width: 641px;
margin-left: auto;
margin-right: auto;
}
#stopka {
background-image: url(images/stopka.jpg);
height: 29px;
width: 780px;
margin-top: 20px;
}
#stopka p {
text-align: center;
font-size: 12px;
color: #ffffff;
padding-top: 8px;
}