V School | Better Humans, Better Outcomes

Colors, Fonts and Text.

Colors Even though it's easy to use the built-in CSS colors (like blue, red, burlywood, etc.), when you're doing real web design you'll almost always want to use a tool to find the exact color you want. color.adobe.com is an excellent way to find great colors, because it

Javascript DOM Manipulation

In this write-up, we'll learn how to: Select elements using JavaScript Alter properties of the elements Create new elements and add them to the DOM The DOM The DOM (Document Object Model) is a object that represents the HTML and CSS of a web page. The DOM allows us to

Bootstrap's Grid System

CSS is a very powerful and fully-fledged design tool. However, there are a lot of quirks that take years as a web designer to understand and master. Some of the most difficult (or mundane) things to do in CSS include: * Layout * Positioning * Responsive Design Bootstrap does a lot of that

JavaScript and jQuery

This tutorial will cover how to do things in JavaScript and jQuery. We will first go through how to do something with JavaScript, then show how to do the same thing with jQuery. Why would we use jQuery or JavaScript? JavaScript is, frankly, what makes websites cool. It allows a

Colored boxes with jQuery

In our last tutorial, we covered selectors and event listeners in JavaScript and jQuery. In this tutorial, we will spend some time practicing with event listeners and use some basic JavaScript and Bootstrap to create this: A user will be able to click a colored box at the top to

V School | Better Humans, Better Outcomes © 2026