Skip to content

Instantly share code, notes, and snippets.

@andreud
Last active August 29, 2015 14:23
Show Gist options
  • Save andreud/702c1f696fe3ab0dbc8f to your computer and use it in GitHub Desktop.
Save andreud/702c1f696fe3ab0dbc8f to your computer and use it in GitHub Desktop.

Conceptos CSS

Float (and Clear)

float: left | right | none

clear: left | right | both | none

Understanding Float video

Float in treehouse

Float Property

Display

display: inline | block | inline-block | none

Display Property

Display in treehouse

Float vs Inline-block

Inline-block vs Float

Position

position: absolute | relative | fixed | static

Position en CSS - Guia completa (1, fundamentos) 5 Videos

Otros

Propiedad background-size

Tutoriales Ejercicios

Menu desplegable solo con CSS (parte 1) aqui se ven algunos de los conceptos en accion

Otra version del menu

Tips

Uso de Emmet El lo usa para sublime, pero es lo mismo para brackets menos la instalacion, y no le pares a lo del caret, eso se puede hacer con parentesis.

SVG Icons FTW!

CSS Snippets

Prevent Jank

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