blob: e6c71e65e01de1cf6489fb5d84eaa56893e6776e [file] [log] [blame]
<html>
<head>
<style>
.custom { border: 1px solid red }
</style>
</head>
<body>
<div>
<p>One</p>
<p class="custom">Two[]</p>
<p>Three</p>
</div>
</body>
</html>