<!DOCTYPE html>
<html lang="en">
<head>
<title>element *</title>
</head>
<body>
<h1>Shop</h1>
<div class="card">
<h4>Product Name</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. In illum obcaecati repellendus? Reprehenderit aspernatur ipsum est porro asperiores consectetur distinctio?</p>
<small>15$</small><br /><br />
<button>buy</button>
</div>
</body>
</html>
.card * {
color:red;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.