-
Flexbox: Align Items
- 271 Views
- 2 Likes
- 0 Comments
I go over how to align content on the cross-axis and how align-items really works in flexbox.
-
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.
-
Flexbox: Introduction
- 337 Views
- 0 Likes
- 0 Comments
Introduce you to flexbox and go over flex-direction and how the axis operate in flex.
-
Using Google Fonts
- 113 Views
- 0 Likes
- 0 Comments
I go through how to navigate and choose google fonts, and how to add them to your application.
-
CSS: Hover Transition
- 457 Views
- 0 Likes
- 0 Comments
I go through a hover transition to a button so that it's smoother and not so choppy! It's crazy simple.
-
JavaScript: Make A Progress Bar
- 363 Views
- 0 Likes
- 0 Comments
Make a progress bar with me using simple HTML, CSS and JavaScript.
-
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: Merge Arrays
- 142 Views
- 1 Likes
- 0 Comments
I go over different methods that can be used to merge arrays, including ways that do and don't mutate the original arrays.
-
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.
-
JavaScript: Event Listeners
- 235 Views
- 1 Likes
- 0 Comments
We go through adding a remove event listeners to specific elements on the page. Link I Mentioned: https://developer.mozilla.org/en-US/docs/Web/API/Even...