Style.css
@charset "utf-8";
/* CSS Document */
.mojemenu
{
margin: 0 auto; /* wyrównanie do środka */
display: block; /* element blokowy */
font-size:20px; /* wielkość tekstu */
width:950px; /* szerokość */
height: 40px; /* wysokość */
color:#f8991b; /* kolor tekstu */
text-align:center; /* wyrównanie tekstu do środka */
font-family:Verdana,Arial,Times; /* czcionka */
background-color: red; /* kolor tła */
padding-top: 10px; /* margines wewnętrzny od góry */
}
index.html
<!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"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="Stylesheet" type="text/css" href="style.css" />
Jak pomogłem no to wiesz co robić