Skip to content

Commit 12fc496

Browse files
committed
Shifted bullet points and fixed blackhole.html
1 parent 6fea862 commit 12fc496

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

blackhole.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ <h2>Project Overview</h2>
2929
fields bend the path of light, creating unique visual phenomena.</p>
3030

3131
<h2>Key Features</h2>
32-
<p>The simulation allows users to visualize:
33-
- Light ray trajectories near the event horizon
34-
- Formation of Einstein rings
35-
- Effects of gravitational lensing on light paths
36-
- Real-time manipulation of black hole parameters</p>
32+
<p>The simulation allows users to visualize: </p>
33+
<ul>
34+
<li>Light ray trajectories near the event horizon </li>
35+
<li> Formation of Einstein rings </li>
36+
<li> Effects of gravitational lensing on light paths </li>
37+
<li> Real-time manipulation of black hole parameters </li>
38+
</ul>
3739

3840
<h2>Technical Implementation</h2>
3941
<p>Built using Python with NumPy for calculations and Matplotlib for visualization.

css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ body {
130130
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
131131
}
132132

133+
.detail-content ul {
134+
text-align: left;
135+
margin-left: 40px;
136+
}
137+
133138
/* Back Link Styles */
134139
.back-link {
135140
display: block;

0 commit comments

Comments
 (0)