Style Sheet Kodu
<!-- Description: A standard style sheet that sets background and font properties
Browsers:
Additional Information: Replace Your Title Here with your preferred page title. Replace hex codes (i.e. #000000, #FFFFFF, etc.) with hex codes of desired colors. Replace center with preferred text alignment. Replace given font properties with desired font properties (size, weight, and family). If you prefer to use an image as a background instead of a solid color, replace
body {
background: #000000;
text-align: center;
}
with
body { background: url(yourpicture.png) }
In this case, replace yourpicture.png with the image you want to display. -->
<head>
<title>Your Title Here</title>
<style type="text/css">
body {
background: #000000;center;p {
background: #FF0000;h1 {
background: #0000A0;#FFFFFF;bold;18pt;Arial;h2 {
background: #FFFF00;#000000;bold;30pt;Arial, sans-serif;body {
color: #FFFFFF;16pt;Tahoma, Arial, sans-serif;h3 {
background: #FFFFFF;#000000;bold;20pt;Arial, sans-serif;</style>
</head>
<body>
<h1>Cool</h1>
<p>colors and fonts</p>
<h2>and neat style sheet stuff.</h2>
We really like it!
<h3>And we hope you do, too!</h3>
</body>
}
font-family:
font-size:
font-weight:
color:
}
font-family:
font-size:
}
font-family:
font-size:
font-weight:
color:
}
font-family:
font-size:
font-weight:
color:
}
}
text-align: