Sheet should function now
This commit is contained in:
JesterKnightGames
2024-12-15 13:29:03 -06:00
parent dbfd04731a
commit 4f3b6f0205
2 changed files with 9 additions and 18 deletions
@@ -1,9 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<title>The Maddening Red Wastes</title>
</head>
<body>
<h1>The Maddening Red Wastes</h1>
<div class="tabs">
<!-- Hidden Radio Inputs -->
@@ -339,5 +336,4 @@
</div>
</div>
</div>
</body>
</html>
@@ -1,18 +1,13 @@
/* Title Styling */
head {
text-align: center; /* Center the title horizontally */
font-size: 36px; /* Adjust the size of the title */
font-weight: bold; /* Make the title bold */
color: red; /* Set the text color to red */
margin: 20px 0; /* Add space above and below the title */
text-transform: uppercase; /* Optional: Make the title all uppercase */
}
h1 {
text-align: center;
font-size: 36px;
font-weight: bold;
color: red;
margin: 20px 0;
text-transform: uppercase;
}
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f9f9f9;
}
h2 {
border-bottom: 2px solid #444;