Skip to content

Instantly share code, notes, and snippets.

@charliegerard
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save charliegerard/9357042 to your computer and use it in GitHub Desktop.

Select an option

Save charliegerard/9357042 to your computer and use it in GitHub Desktop.

#Day 8

Front end: www.codepen.io

http://jsfiddle.net/

hipster ipsum samuel l jackson ipsum

lorem gibson

clearfix hack css

.clearfix{ --> to align text with images overflow: auto; zoom: 1; --> for IE }

display: table;

div = selector inside = rules property / value


####HTTP Verbs

GET / POST

The purpose of a get is to receive data the purpose of a post is to send to the server.

A get request is bookmarable. A post is not

"Post" is much safer to send important infos like credit card details or logins.


#CSS Positionning

display: none visibility: hidden --> still lets room on the page for the image but doesn display it.

can help remove things that are not working

z-index only works with absolute positioned stuff

###homework:

Navigation - more pages Layout - centered on the page 960px Search - partial titles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment