<html> <head> <title>CSS Example</title> </head> <body> <p>CSS is Awesome!</p> </body> </html>
p { color:blue; font-size:18px; }
This Pen is owned by Devdojo on CodePen.
See more by @devdojo on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.