Skip to content

Instantly share code, notes, and snippets.

@tbrandle
tbrandle / Professional Development Mod 3
Last active April 19, 2017 21:21
Job search plan for mod 4
Module 4 Goals
Have atleast one interview with a company in or Denver.
Stay fresh with js fundamentals and React/Redux
Finish personal website.
Strategy To Achieve Goals:
Network at meetups
Spend 2 hours a week reaching out to companies
Challenge 1

I used the div elements to create a block container to hold the inline block divs that create the black squares. I gave each of the div elements a left and right margin of 2px to give some space between the elements.

[Challenge 1] (http://codepen.io/tbrandle/pen/yVKbzg)

Challenge 2

I used 3 section elements to contain the divs. I created a class for each of the divs to float position the divs. I used float element to position the divs.

[Challenge 2] (http://codepen.io/tbrandle/pen/XNERyE)