<div>
<h1>Heading one</h1>
<p>The <span>back-to-font</span> CSS color picker allows you visually select background and font color contrasts.
When you select a font color, the font color is also changed in the background list and vice versa. So when you come to select the background color in the background list the font contrast is visually seen. This makes selecting pleasing contrasts very intuitive, quick and simple.
</p>
You can also do some real-time wysiwyg css editing of other css properties.
You can dynamically change the various font|text , box , and positioning properties from the left hand dropdown selectors. When you select a property the values options will change to reflect the possible css values you can choose for that property. Select this value and the actual style will change in the document.
The results of your selections are displayed in the readonly textarea box.
Copy these results and place in style block in the head of your html document.
<head>
<style type="text/css">
[Paste results here]
</style>
</head>
Check for updates at back_to_font_home.htm
..........have fun! </div>