
ALPHA KANNEH
154 PointsGive the paragraph a border that is 4px wide, solid and red.
<!doctype html>
<html>
<head>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<p class="main-pg">My amazing website</p>
</body>
</html>
.main-pg{
border: 4px solid and red;
}