Skip to content

Instantly share code, notes, and snippets.

View NikBorn's full-sized avatar

Nik Bornemeier NikBorn

View GitHub Profile
@NikBorn
NikBorn / layoutchallenges.md
Last active March 22, 2017 15:28
List of 15 layout challenges

CSS Layout Challenges 1-15

Challenge 1

I created a containing element to hold div2 and div3 and then I floated the container to the right.

Challenge 1

Challenge 2

@NikBorn
NikBorn / Strengths Finder Responses
Created March 19, 2017 20:04
Strengths Finder Responses
Directions: Copy this template into your own gist.
Strengths Reflection & Coaching Request
Read Through Your Theme Definitions
What words or phrases stick out to you? How would you define each of your top 5 talents in your own words?
Do these top 5 talent themes resonate with you? Why or why not?
@NikBorn
NikBorn / NikBornemeier_Prework
Last active March 14, 2017 12:34
First Gist
On a website, what is the purpose of HTML code? It is the Structure
What is the difference between an element and a tag? the tag can either be the starting or ending tag. The element is both tags
and everything inbetweeen.
Why do we use attributes in HTML elements? to provide additional information about them.
Describe the purpose of the head, title, and body HTML elements. the head is inforamationa about the website, and also contains the title.
The title is what appears in the tab of the web browser. The body is everything that is on the webpage.
In your browser (Chrome), how do you view the source of a website? Command/Option/I
List five different HTML elements and what they are used for. For example, <p></p> is a paragraph element, and it is used to represent a paragraph of text.
<h1></h1> is the most important heading category.
<aside></aside> is a portion of a website, usually on one side or the other.
@NikBorn
NikBorn / gist:cca196335c1d3c741a7ddb6faa9ad1f3
Created February 1, 2017 14:58
Nik B's Layout Challenge
### Layout Challenge
#### challenge 1
[challenge 1](http://codepen.io/MileHighNik/pen/LxeQwj)
#### challenge 2
[challenge 2](http://codepen.io/MileHighNik/pen/BpJrmg)
#### challenge 3
[challenge 3](http://codepen.io/MileHighNik/pen/dNJmOm)