I need to put this thing on the end of the justify axis.
What is 'justify-content: end'?
I need to use Flex Box
what is 'd-flex'?
Horizontal List
What is 'display: inline-block'?
git
What is a version control system?
I want everything to stack up from top to bottom, instead of from side to side
What is 'flex-direction: column'?
I need margin on the left and right sides
What is 'mx-[margin]'?
blue text color
what is color: #00f?
A folder that tracks changes made to it's files
What is a repository?
I don't want this thing to grow over it's inital size at all
What is 'flex-grow: 0'?
Bootstrap
What is a CSS Framework?
I only need this to shrink down for phones
what is @media (max-width: [phone-size]?
github
What is a remote repository storage system?
I need to test my flexbox skills!
What is flexbox froggy?
I want to load bootstrap from a server instead of keeping it all on my page
What is a CDN?
Rounded Corners
What is 'border-radius'?
I want to put these two branches together
What is git merge?
I want to put these all out of order
What is 'flex-order:'?
Bootstrap source code
What is SASS?
CSS pre-processing language
What is SASS?
I want to merge these two branches remotely
What is a pull request?