mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update
Sheet should function now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user