<html>
<head>
<style>
p {
border: solid 50px red;
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 pick border
followed by :
and then solid 50px red
, ;
.