- Presentacion de la asignatura
- Intro a Git y la terminal
- Intro HTML
- Intro CSS
- Box Model
- Float & Position
- Flexbox
- Sass
- Responsive Web Design
- Arquitectura CSS
- Background
- Formularios
- Ejercicio Práctico
git clone [email protected]:TU-USERNAME/TU-FORKED-REPO.git
cd ruta/al/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-FORKED-ORIGINAL.git
git fetch upstream
git pull upstream master