Skip to content

Commit 2a456b5

Browse files
[#525]: Update gobal readme in layout
1 parent 20b76e5 commit 2a456b5

File tree

3 files changed

+26
-116
lines changed

3 files changed

+26
-116
lines changed

01-layout/02-flexbox/03-flex-direction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Para saber cuanto espacio esta ocupando el contenedor vamos a añadir un border:
124124
}
125125
```
126126

127-
Comprobamos que el contenador ocupa el 100 del ancho disponible y que los items solo ocupand el ancho que necesitan para mostrar su contenido.
127+
Comprobamos que el contenador ocupa el 100% del ancho disponible y que los items solo ocupan el ancho que necesitan para mostrar su contenido.
128128

129129
Que pasaría si queremos mostrar los item en columnas en vez de en fila? solo necesitamos cambiar la propiedad flex-direction a columna:
130130

01-layout/README.md

+25-51
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,36 @@
1-
# 02 Layout
1+
# 01 Layout
22

3-
## Module CSS
3+
## Módulo CSS
44

5-
### Table of contents
5+
### Tabla de contenidos
66

7-
- CSS fundamentals
8-
- Simple selectors
9-
- Specifying property values
10-
- Using the cascade
11-
- Specificity
12-
- Inherit
13-
- Border, margin and padding
7+
- Conceptos CSS
8+
- Selectores simples
9+
- Especificando propiedades
10+
- Usando la cascada
11+
- Especificidad
12+
- Herencia
13+
- Border, margin y padding
1414
- Font Family
15-
- Positioning
15+
- Posicionamiento
1616
- Flexbox
17-
- Flexbox fundamentals
17+
- Fundamentos Flexbox
1818
- Order
19-
- Grow, shrink and basis
20-
- Final project
19+
- Grow, shrink y basis
20+
- Proyecto final
2121
- Grid CSS
22-
- Grid CSS fundamentals
23-
- Basic shorthands
24-
- Semantic Grid
25-
- Alignment
26-
- Responsive design
27-
- Basic transformation
28-
- Transformation with images
22+
- Fundamentos Grid CSS
23+
- Atajos básicos
24+
- Grid semántico
25+
- Alineación
26+
- Diseño responsivo
27+
- Transformaciones básicas
28+
- Transformaciones con imágenes
2929
- Media Queries
3030
- Media Query Print
3131
- Sass
3232
- Variables
33-
- Using rules
34-
- Using imports
35-
- Using mixins
36-
- Directives of control and functions
37-
38-
### Video Index
39-
40-
- Selectors (15')
41-
- Specifying property values (9')
42-
- Cascade and inherit (10')
43-
- Box model (4')
44-
- Positioning (5')
45-
- Flexbox I (11')
46-
- Flexbox II (9')
47-
- Flexbox III (9')
48-
- Grid I (3')
49-
- Grid II (7')
50-
- Grid III (8')
51-
- Media Queries (5')
52-
- Sass I (13')
53-
- Sass II (9')
54-
- Sass III (10')
55-
56-
## Before start
57-
58-
If you want to run these samples from VSCode, it's recommended that you install the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension.
59-
60-
![Live Server](./content/ejecutar-live-server.gif)
61-
62-
You can also follow these samples in Codesandbox, Codepen or similar.
33+
- Usando reglas
34+
- Usando imports
35+
- Usando mixins
36+
- Directivas de control y funciones

01-layout/README_ES.md

-64
This file was deleted.

0 commit comments

Comments
 (0)