add background color div

This commit is contained in:
2026-07-02 01:32:03 -05:00
parent ba2389bc48
commit 9c96991381

View File

@@ -2,6 +2,8 @@
<html lang="en"><!--Tells the computer that the language is English-->
<body><!--Tells the computer that this is the code you see on the page-->
<div style="background-color:#222222; padding: 20px;">
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
<h2><u>Notices</u></h2>
<ul>
@@ -202,5 +204,6 @@
</div>
</div> <!--End Background Color-->
</body> <!--End Body Code-->
</html> <!--End HTML Document-->