Add a border to the
h3
rule.
<html>
<head>
<style>
h3 {
border:solid 10px red;
}
</style>
</head>
<body>
<h2>Rainforrest Online Shop</h2>
<h3>Item not sold in your country</h3>
</body>
</html>]]>
Make sure to add
border
.