<html>
<style>
body {background-color:lightblue; text-align:center;}
h1 {color:blue; font-size:40px; }
p {font-family:verdana; font-size:20px;}
</style>
<body>
<h1>My First CSS Heading</h1>
<p>My first CSS paragraph.</p>
</body>
<!-- Mirrored from www.w3schools.com/whatis/tryit.asp?filename=trywhatis_css by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:56:09 GMT -->
</html>