Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
mudroljub committed Jan 14, 2025
1 parent 15ba514 commit c723520
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
<style>
body {
color: #333;
background: #fefefe;
}

a {
color: #333;
}

h1, h2 {
color: darkolivegreen;
}

#forkongithub a {
Expand Down Expand Up @@ -85,13 +94,13 @@

<span id="forkongithub">
<a href="https://github.com/create-3d-worlds/create-3d-worlds.github.io" target="_blank">Fork me on GitHub</a>
</span><br>
</span>

<h1>Create 3D worlds</h1>

<h3>A library of reusable Three.js components that you can play with.</h3>

<p>Unlike other cool Three.js examples that you can just look at, here you can combine different elements and create new scenes. To begin with, you can replace any model or character in these examples.</p>
<p>Unlike other cool Three.js examples that you can just look at, here you can combine different elements and create new scenes. To begin with, you can replace any 3D model or character in these examples.</p>

<p>I hope you will have as much fun as I did making this.</p>

Expand Down

0 comments on commit c723520

Please sign in to comment.