<head>
<link rel="stylesheet" href="style.css">
<style>
h3 {
border-radius: 10px;
width:250px;
background-color: lightGreen;
}
</style>
</head>
<html>
<body>
<h3>%Rounding up for dummies%</h3>
<h4>A How-To Ebook</h4></body>
</html>]]>Make sure to type border-radius: 10px;
.