-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Web Design Blueprints
By :
The next big change is to improve the loading of the objects. The old way to load them is to have the HTML already in the template. We want to do it in this improved way that treats the objects like data and loads them as such. We will be removing all the stars, clouds, the rocket, and other objects. These objects will now be stored in the level1.json file we created earlier. Let's break the HTML so we have something to fix again. As you can probably tell, I like to break things and then fix them, but I'm not sure which I like more.
In your level1.html partial template, start by removing the i element for the moon inside the DIV element with the ID p0.
<i class = "fa fa-moon-o fa-5x yellow"></i>
In the next DIV element, with the ID p1, remove its child DIV element with the ID stars, and all of the children i elements. Next, there is the clouds in the p9, p10, p11, and p12 elements. In addition, remove the plane and Twitter elements. Keep going to remove...
Change the font size
Change margin width
Change background colour