I'm facing an issue with text overflowing from the right side of the container. I've tried setting padding-right but it didn't solve the problem. Any suggestions on how to fix this?
Below is the code snippets from my HTML and CSS files:
.html
</p>
<pre><code><!DOCTYPE html>
<html lang="en>
<head>
<title></title>
<link rel="stylesheet" href="css/testing.css" type="text/css" />
... (HTML content continues)
... (CSS content excluded for brevity)
Any help would be appreciated. Thank you!