File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments