<html>
<head>
<style>
body {
background-color: lightBlue;
color: white;
}
h1 {
font-family: Helvetica;
}
</style>
</head>
<body>
<h1>The Social Book</h1>
<p>Sign up with us</p>
</body>
</html>]]>Make sure to pick h1
followed by {
and then font-family: Helvetica;
, }
.