-
Flexbox: Flex Items
- 270 Views
- 1 Likes
- 0 Comments
I go over the different flex properties that effect the flex children, such as order, align-self, and flex-grow. I also briefly touch on the concept of...
-
Flexbox: Introduction
- 337 Views
- 0 Likes
- 0 Comments
Introduce you to flexbox and go over flex-direction and how the axis operate in flex.
-
Flexbox: Justify Content
- 267 Views
- 0 Likes
- 0 Comments
I go over justify-content and how it effects the way items are laid out on the main axis.
-
HTML: Inline vs External Styles
- 165 Views
- 1 Likes
- 0 Comments
I go over how to add styles to your html inline and via an external stylesheet, as well as discussing the value of using an external stylesheet.
-
Import Files into a HTML File
- 128 Views
- 0 Likes
- 0 Comments
I go over how to add an external stylesheet and JavaScript file into an HTML file.
-
Initializing A Git Project
- 252 Views
- 1 Likes
- 0 Comments
How to set up git in a project on your local machine and add it to GitHub in a remote repository. Featuring rambling!
-
JavaScript: Build a Simple Counter
- 360 Views
- 0 Likes
- 0 Comments
I walk you through all the basics of creating a simple JavaScript counter!
-
JavaScript Classes: Constructors
- 287 Views
- 1 Likes
- 0 Comments
Today we're going over the basics of JavaScript classes and the constructor method.
-
JavaScript Classes: Getters & Setters
- 230 Views
- 2 Likes
- 0 Comments
We go over using Getters and Setters in your Classes and the value of using them.
-
JavaScript Classes: Methods
- 216 Views
- 1 Likes
- 0 Comments
We go over adding methods into your JavaScript classes.