diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -45,7 +45,7 @@ h1 { font-family: 'VT323', monospace; font-size: 5rem; - margin-bottom: 1rem; + margin: 1rem; background: linear-gradient(45deg, #ff6ec4, #7873f5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; @@ -154,7 +154,8 @@ <a href="trainride/" class="experiment-card"> <div class="experiment-title">Train Ride Simulator</div> <div class="experiment-description"> - A beautiful 3D train ride simulation from the driver's perspective with procedurally generated tracks and scenery. + A beautiful 3D train ride simulation from the driver's perspective with procedurally generated + tracks and scenery. </div> </a> |
