<html>
<head>
<style>
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>
</head>
<body>
<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_default by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 00:10:00 GMT -->
</html>