Skip to content

Commit 58200e4

Browse files
update
1 parent 3bd02b5 commit 58200e4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<script>
3636

3737
// Code sections:
38-
// HTML3D - Library for creating 3D scenes with HTML elements
38+
// HTML3D - Library for creating 3D scenes with HTML and CSS 3D transforms
3939
// AUDIO - Setup audio
4040
// SCENE - Define the scene
4141

@@ -868,9 +868,9 @@
868868
HTML3D demo
869869
</div>
870870
</div>
871-
<div style="position: absolute; left: 100px; top: 180px; width: 1400px; height: 100px; color: #ffffff; font-size: 35px;">
872-
HTML3D is a JavaScript library for creating 3D scenes with HTML elements.<br />
873-
This demo is a showcase of HTML3D capabilities.
871+
<div style="position: absolute; left: 100px; top: 180px; width: 1400px; height: 100px; color: #ffffff; font-size: 32px;">
872+
HTML3D is a JavaScript library for creating 3D scenes with HTML and CSS 3D transforms.<br />
873+
This demo is a showcase of HTML3D's capabilities.
874874
</div>
875875
<div style="position: absolute; left: 100px; top: 300px; width: 1100px; height: 120px; color: #ffffff; font-size: 100px;">
876876
move

0 commit comments

Comments
 (0)