go to
ForumEasy.com
Community Sandbox
Home
» Sandbox
Play your own code in the sandbox
Edit Your Code:
<html> <head> <style> /* edit or add your own CSS code here */ p.custom { /* style | variant | weight | stretch | size/height | family */ font: italic small-caps bolder condensed 16px/2 cursive; } </style> </head> <body> <h2>CSS Font Example</h2> <p>This is the first paragragh using default font from parent's. </p> <p class='custom'>This is the second paragragh using the custom font. </p> <p>This is the third paragragh using default font from parent's. </p> </body> </html>
Run »
Result Output:
Back
Powered by
ForumEasy
© 2003-2005, All Rights Reserved. |
Privacy Policy
|
Terms of Use
Get your own forum today. It's easy and free.