@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
- <h1>[name]</h1><br />
+ <h1>[name]</h1>
<p>The goal of this section is to give a brief introduction to three.js. We will start by setting up a scene, with a spinning cube. A working example is provided at the bottom of the page in case you get stuck and need help.</p>
<p>
While importing three.js via script tags is a great way to get up and running fast, it has a few drawbacks for longer lived projects, for example:
@@ -99,7 +99,7 @@ p {
ul, ol {
box-sizing: border-box;
- padding-left: var(--page-padding);
+ padding-left: 24px;
}
ul li,
ol li {