<html>
<head>
<style>
p {
border: solid 50px;
width:100px;
height:100px;
font-size:28px;
}
</style>
</head>
<body>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Cowbell Soup Online Art Gallery</h1>
<p class="modernArt">This is modern art</p>
</body>
</html>]]>Make sure to type border: solid 50px;
.