-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
VictorHTorres
committed
May 24, 2014
1 parent
4362051
commit 96ed944
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# CSS | ||
|
||
CSS significa hoja de estilos en cascada y sirve para darle estilo y formato a la estructura de un proyecto escrito en un lenguaje de marcado, ejemplo: HTML. | ||
|
||
## Tabla de contenido | ||
|
||
- Propiedades en CSS | ||
- Over flow | ||
- Border radius | ||
- Float | ||
- Display | ||
- Position | ||
- Box shadown | ||
- Min y Max | ||
- @Font face | ||
- Pseudo elementos | ||
- First child | ||
- Last child | ||
- NTH child | ||
- After | ||
- Before | ||
- Valores de herencia | ||
- Inherit | ||
- Initial | ||
- Unset | ||
- Herramientas adicionales | ||
- Normalize | ||
- Prefixfree | ||
- Modernizr | ||
- Mockups | ||
- Caniuse | ||
- Google fonts | ||
- Recomendaciones | ||
- FAQs |