V School | Better Humans, Better Outcomes

CSS Variables

This write-up is taken from the beautifully built course here: https://scrimba.com/g/gcssvariables CSS Variables are specific values to be reused throughout a document. They make your CSS more readable and make it more efficient for making changes later on in big documents. Let's see how to use

React Router Nested Routes

A common paradigm when creating web applications is to have a "list page" and a "detail page". Consider a product search on Amazon. The results that show up from the search is a list of products with some information about each (price, ratings, title, part of the description, etc.). When

CSS Grid

This write-up is taken from the beautifully built course here: https://scrimba.com/g/gR8PTE This will give you a brief rundown of the main functionality presented with CSS Grid and hopefully a simple explanation of how to implement it yourself. If you want the cool color scheme below add

Bootstraps bootstraps

For this exercise you will install the default bootstrap navbar, but rather than using exactly what they give you, you get to make some changes to make the navbar more customized to your liking. After installing the default navbar, go through and make sure that your navbar meets all of

Bootstrap Navbar

Bootstrap provides a broad variety of useful tools which not only decrease the amount of time you spend writing code, but also increase the aesthetic appeal of your webpage. Something almost every website you create will have is a navbar. Lucky for us bootstrap comes with a navbar which we

V School | Better Humans, Better Outcomes © 2026