Oto cały kod:
index.php:
<!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=iso-8859-2;" />
<link rel="stylesheet" type="text/css" href="stylebutton.css" />
<button class="stylized" style="margin-left: 20px; margin-top: 20px;">Treść przycisku
</button>
kod stylebutton.css
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,th,td,
a {margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:400;}
html, body {font-family: Tahoma, Helvetica, Verdana, sans-serif; font-size: 12px;}
html {background-color: #ffffff;}
button.stylized
{
font-size: 11px;
background-color: #0a4172;
color: #ffffff;
padding: 0px 5px;
height: 21px; line-height: 21px;
border: 1px solid #01549a;
}