6: Advanced Editing
Last updated
Was this helpful?
Last updated
Was this helpful?
I can configure a project folder in a cloud-based file system.
I can customize the elements of an HTML template.
I can publish a completed webpage and share the link with my friends.
I can take feedback on my website and publish an improved draft.
​
​​
Colors
​​
​​
​​
​ ​
​
Let's identify a rule that's being used by our theme and overwrite it.
We all have to edit our work. We need to collect feedback, review, make a list, and add improvements to our project. The more you repeat this process, the better your end product (as well as first draft on your next project).
Add a <div id="cover"></div>
on the first line of your <body>
. Then at the very bottom, add the following script:
And we'll add the following code to our custom.css.
Let's get back to the Bootstrap and shop for a new component to add to our site.
If you're not frequently having to look things up (and finding W3Schools) you're not trying out enough new things.
Our Bootstrap template uses , which is a really handy JavaScript library. JavaScript is a programming language that runs right inside your browser. Most of what you do with jQuery can be done in plain-old vanilla JavaScript. We use jQuery to make life a little easier.