Having issues working with the div
tag and encountering this problem:
The left side doesn't extend as far as the right side, despite testing in multiple browsers.
Here is the HTML code being used:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>@page_title</title>
<style>
div {border: 3px solid black; width: 120%; margin: 1.2em; padding: 2em}
</style>
</head>
<body>
<div class="div">
<h1>@page_title</h1>
</div>
</body>
</html>