HTML
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8" />
<title>Arduino</title>
<meta name= "description" content="Serwis poświęcony programowaniu. Będzie także prowadzony blog na temat gier."
<meta name="keywords" content="Programowanie, gry, C++, HTML, CSS, Arduino blog, blog o grach" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel= "stylesheet" href="styleprog.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="logo">
Timer (Arduino)
</div>
<div id ="nav">
<ol>
<li><a href="strona-internetowa-na-temat-programowania">Strona Główna</a></li>
<li><a href="blog-na-temat-gier">Blog</a></li>
<li><a href="programowanie-w-C-plus-plus-Css-HTML">Programy</a></li>
<li><a href="programowanie-w-arduino">Arduino</a></li>
<li><a href="o-mnie">O mnie</a></li>
</div>
</div>
<div id ="navblog">
</div>
<div id ="content">
<h1>Timer (Arduino)</h1>
Tutaj będą moje wszystkie programy typu Arduino. Inne czyli tylko komputerowe typu C++ będą w zakładce Programy.
</div>
<div style="clear:both;"></div>
<div id ="footer">
Wszelkie Prawa Zastrzeżone ©.
</div>
</div>
</body>
</html>
CSS
body
{
background-color: #414141;
}
#container
{
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#logo
{
text-align: center;
margin-top: 20px;
font-size: 44px;
letter-spacing: 3px;
background-color: #04382A;
color: #2F8A72;
}
#nav
{
color:white;
margin-top: 20px;
background-color: #078261;
width:1000px;
text-align: center;
height: 50px;
}
#navblog
{
float:left;
width: 499px;
background-color: #616059;
height: 500px;
text-align: center;
border-right: 2px dotted #195216;
}
#content
{
float:left;
width: 499px;
background-color: #616059;
height: 500px;
text-align: center;
font-size: 20px;
}
#footer
{
background-color: #303030;
padding: 10px;
text-align: center;
}
ol
{
padding: 0;
margin: 0;
list-style-type: none;
font-size: 25px;
height: 50px;
line-height: 200%;
display: inline-block;
}
ol a
{
color: #eeeeee;
text-decoration: none;
display: block;
}
ol > li
{
float: left;
width: 160px;
height: 50px;
border-right: 1px dashed #A6A6A6;
}
ol > li:first-child
{
border-left: 1px dashed #A6A6A6;
}
ol > li:hover
{
background-color: #000000
}
Jak na zdjęciu widać te szare bloki są przesunięte w lewo a mają być na środku i stopka jest wydłużona a ma być równa z menu na górze