<!DOCTYPE html>
<html>
<head>
<title>The font property in CSS</title>
<style type="text/css">
p {
font: status-bar;
color: deeppink;
padding: 5px;
}
</style>
</head>
<body>
<p>Simplified Programming Education Enjoy the #rightway to learn coding.</p>
</body>
</html>