lyunm1206 commited on
Commit
4e5aee6
·
1 Parent(s): f7b4fe3
Files changed (1) hide show
  1. index.html +15 -0
index.html CHANGED
@@ -100,10 +100,25 @@
100
  font-size: 2em;
101
  color: #007bff;
102
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  </style>
104
  </head>
105
  <body>
106
  <div class="content-container">
 
 
107
  <!-- 3D Model Viewer -->
108
  <div class="model-container">
109
  <div class="model-title">ORG</div>
 
100
  font-size: 2em;
101
  color: #007bff;
102
  }
103
+ .main-title {
104
+ /* Your existing styles for the main title */
105
+ text-align: center;
106
+ color: #007bff;
107
+ margin-bottom: 10px; /* Adjust spacing below the title */
108
+ }
109
+
110
+ .subtitle {
111
+ text-align: center;
112
+ color: #333;
113
+ font-size: 1.2em; /* Adjust size as needed */
114
+ margin-bottom: 20px; /* Space below the subtitle */
115
+ }
116
  </style>
117
  </head>
118
  <body>
119
  <div class="content-container">
120
+ <h1 class="main-title">Main Title</h1>
121
+ <h2 class="subtitle">Your Subtitle Here</h2>
122
  <!-- 3D Model Viewer -->
123
  <div class="model-container">
124
  <div class="model-title">ORG</div>