Here's a snippet of the code I've been working on:
HTML:
<html>
<body>
<div id="article">
<h1>TITLE</h1>
<p>text</p>
</div>
</body>
</html>
CSS:
#article {
color:red;
border-bottom: 1px solid black;
}
The Issue at Hand:
I'm struggling to separate the bottom border from the div itself.
Check this out for reference>>
Solution Found!!
The HR Tag Came to My Rescue!! You can search Google for> HR TAG STYLING AND THAT'S IT (MARGIN ZERO, CHANGE COLOR)