Skip to content

Commit ee54c5c

Browse files
authored
Merge branch '4GeeksAcademy:master' into ex4.3
2 parents af4d9a1 + 073f773 commit ee54c5c

File tree

18 files changed

+24
-40
lines changed

18 files changed

+24
-40
lines changed

exercises/01-Hello-World/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Usamos CSS para selectionar todas las etiquetas `<a>` y luego hacerlas `pink`.
3737

3838
Debería verse así:
3939

40-
![01 Hello World Exercise Preview](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/.learn/assets/01-1.png?raw=true)
40+
![01 Hello World Exercise Preview](../../.learn/assets/01-1.png?raw=true)

exercises/01-Hello-World/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ We use CSS to tell (selected) all the anchor tags and make then pink.
3636

3737
It should look like this:
3838

39-
![01 Hello World Exercise Preview](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/.learn/assets/01-1.png?raw=true)
39+
![01 Hello World Exercise Preview](../../.learn/assets/01-1.png?raw=true)

exercises/01.1-The-Style-Tag/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Puedes tener cuantas etiquetas `<style>`quieras pero se recomienda solo tener un
1818

1919
Debería verse así:
2020

21-
![01 Hello World Exercise Preview](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/.learn/assets/01.1-1.png?raw=true)
21+
![01 Hello World Exercise Preview](../../.learn/assets/01.1-1.png?raw=true)

exercises/03-Inline-Styles/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Puedes agregar tantas reglas CSS como desees, dentro de la misma línea, separad
2525

2626
### 💡Pista:
2727

28-
- Como usar el background-size: http://lmgtfy.com/?q=css+inline+style
28+
- Como usar el background-color: http://lmgtfy.com/?q=css+inline+style

exercises/03-Inline-Styles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Will set the color of that specific link to red and the font-size to 14px
2525

2626
### 💡 Hint:
2727

28-
- How to use the background-size: http://lmgtfy.com/?q=css+inline+style
28+
- How to use the background-color: http://lmgtfy.com/?q=css+inline+style

exercises/04.1-Combined-Rules/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ border: black 1px solid;
1919
# 📝 Instrucciones:
2020

2121

22-
1. Combina las 4 reglas de padding una sola utilizando la regla `padding`.
22+
1. Combina las 4 reglas de padding en una sola utilizando la regla `padding`.
2323

2424
2. Combina todas las reglas de background, menos el `background-size`, en una sola línea usando la regla `background:`.
2525

exercises/04.2-Apply-several-classes/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Remmplaza la propiedad `spades` de la clase del `<div>` por la clase `heart` y o
2020

2121
## Resultado:
2222

23-
![Poker Card Heart](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/.learn/assets/04.2-1.png?raw=true)
23+
![Poker Card Heart](../../.learn/assets/04.2-1.png?raw=true)

exercises/04.2-Apply-several-classes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Replace the class property `spades` of the `<div>` with the class `heart` and lo
2424

2525
## Expected result:
2626

27-
![Poker Card Heart](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/.learn/assets/04.2-1.png?raw=true)
27+
![Poker Card Heart](../../.learn/assets/04.2-1.png?raw=true)

exercises/05-Specificity/README.es.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ Se trata del nivel de especificidad. Si especificas que tu `div` con `id="thirdi
1111

1212
1. Anula el color de fondo (`background-color`) de `#thirditem` sin eliminar ningún código CSS, simplemente agrega al CSS una regla más específica al final del documento para anular el color de fondo a verde.
1313

14-
<<<<<<< HEAD
1514
## 💡 Pista:
16-
=======
17-
1. Anula el color de fondo (background-color) de #thirditem sin eliminar ningún código CSS, simplemente agrega al CSS una regla más específica al final del documento para anular el color de fondo actual y que cambie a verde.
18-
19-
20-
### 💡 Pista:
21-
>>>>>>> 1d998c3c73ff7c97c513d625df93c9c4041e6cf0
22-
23-
Puedes usar la anotación **!important** :
24-
https://css-tricks.com/when-using-important-is-the-right-choice/
25-
2615

16+
+ Puedes usar la anotación **!important** : https://css-tricks.com/when-using-important-is-the-right-choice/

exercises/06-Practicing-Rules/README.es.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
## 📝 Instrucciones:
44

5-
1. Establece esta URL como la imagen de fondo de la página y repítela solo verticalmente:
6-
[06- backgrund vertical](../../.learn/assets/background-vertical.jpg?raw=true)
5+
1. Establece esta URL como la imagen de fondo de la página y repítela solo verticalmente: `../../.learn/assets/background-vertical.jpg?raw=true`
76

87
2. Cambia el tipo de fuente (`font-type`) del `h1` a `Courier` y el resto del sitio web a `Times New Roman`.
98

@@ -21,4 +20,4 @@
2120

2221
## El resultado debería ser algo como esto:
2322

24-
![Example Image](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/raw/master/.learn/assets/06-1.png?raw=true)
23+
![Example Image](../../.learn/assets/06-1.png?raw=true)

exercises/06-Practicing-Rules/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,22 @@ tutorial: "https://www.youtube.com/watch?v=4wguurrl-lU"
66

77
## 📝 Instructions:
88

9+
1. Set this URL as the background image of the page, and repeat it vertically only: `../../.learn/assets/background-vertical.jpg?raw=true`
910

10-
1. Set this URL as the background image of the page, and repeat it vertically only:
11-
[06- backgrund vertical](../../.learn/assets/background-vertical.jpg?raw=true)
12-
13-
2. Change the font-type of the `h1` to `Courier`
14-
and the rest of the website to `Times new Roman`.
11+
2. Change the font-type of the `h1` to `Courier` and the rest of the website to `Times new Roman`.
1512

1613
3. Change the color of `h1` to `red`.
1714

1815
4. Make all the `h2's` with an `underline`.
1916

2017
5. Center the `h1` to the middle.
2118

22-
6. Add a `left padding` to the whole document
23-
of `20px` to make it easier to read.
19+
6. Add a `left padding` to the whole document of `20px` to make it easier to read.
2420

2521
7. Add a white `semi-transparent background (0.2)` to the `first paragraph` to make it easier to read (you have tu use rgba for that) and write down "3 reasons you know you are learning". Then apply a `padding` of `5px` to all sides of that paragraph.
2622

2723
8. Change the `anchor` "hover" color to `green` and remove the underline (you have to actually hover the anchor to test it).
2824

29-
3025
## The result should be something like this:
3126

3227
![Example Image](../../.learn/assets/06-1.png?raw=true)

exercises/07-Very-Specific-Rules/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ En este ejercicio, puedes agregar tu código solo arriba del **READ ONLY BLOCK**
88

99
1. Establece el color de texto `ul` a rojo (`red`) (anula los conflictos siendo más específico).
1010

11-
2. Establece el color de fondo (`backgrounf-color`) del segundo `li` del `ol` a verde (`green`) (no uses el selector #id).
11+
2. Establece el color de fondo (`background-color`) del segundo `li` del `ol` a verde (`green`) (no uses el selector #id).
1212

1313
3. Haz que las filas impares de las tablas tengan fondo amarillo usando `tr:nth-child`.
1414

exercises/10-Your-Own-Font/README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `10` Tu Propia Fuente
22

3-
Aquí puedes encontrar las fuentes de Google: https://fonts.google.com
3+
Aquí puedes encontrar las fuentes de Google: https://fonts.google.com
44

5-
ELige la que más te guste, y úsala vinculando tu sitio web con la URL en la que se almacena la fuente. Tienes que hacer eso en la etiqueta `<head>` del documento HTML de esta manera:
5+
Elige la que más te guste, y úsala vinculando tu sitio web con la URL en la que se almacena la fuente. Tienes que hacer eso en la etiqueta `<head>` del documento HTML de esta manera:
66

77
```Plain/Text
88
<link href="https://fonts.googleapis.com/css?family=YOUR_FONT" rel="stylesheet">
@@ -14,5 +14,5 @@ Después de vincular tu fuente, debes asignar la regla CSS `font-family` a lo qu
1414

1515
1. Enlaza cualquier fuente de google que desee en el sitio web.
1616

17-
2. Aplica esa `font-family`(familia de fuentes)específica a `#myTitle`.
17+
2. Aplica esa `font-family` (familia de fuentes) específica a `#myTitle`.
1818

exercises/11-Font-Awesome-Icons/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Font-awesome resuelve el problema de la "imagen" creando una nueva fuente en don
99
Después de vincular tu sitio web con font-awesome, puedes usar lo siguiente para codificar e insertar un icono específico:
1010

1111
```html
12-
<i class="fa fa-camera-retro"></i>
12+
<i class="fas fa-camera-retro"></i>
1313
<!--"camera-retro" será el nombre de tu icono-->
1414

1515
Puedes encontrar todos los nombres disponibles aquí: http://fontawesome.io/icons/

exercises/11-Font-Awesome-Icons/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Font-awesome solve the "image" problem by creating a new font- each letter is a
99
After linking your website with font-awesome, you can use the following code to insert a specific icon:
1010

1111
```html
12-
<i class="fa fa-camera-retro"></i>
12+
<i class="fas fa-camera-retro"></i>
1313
<!-- "camera-retro" will be the name of the icon -->
1414

1515
You can find all the available names here: http://fontawesome.io/icons/
1616
```
1717

1818
## 📝 Instructions:
1919

20-
Add two more items into your list and add a different icon at the beginning of each item.
20+
1. Add two more items into your list and add a different icon at the beginning of each item.
2121

exercises/11-Font-Awesome-Icons/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("All the styles should be applied", function() {
3535
expect(li[i].innerHTML).toBeTruthy();
3636
}
3737
});
38-
it('the i tag should have a class "fa"', function() {
38+
it('the i tag should have a class "fas"', function() {
3939
//or use query selector to compare hoy mane scriptags do we have
4040
const icon = document.querySelectorAll("i");
4141
expect(document.querySelector("i")).toBeTruthy();

exercises/13-Anchor-Like-Button/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Siga estos pasos para que tu enlace (`anchor`) se vea así:
1010

1111
2. Bordes redondeados: establece el `border-radius` en `4px`.
1212

13-
3. Encuentra y aplica el color: usa el selector de `color`(color picker) para encontrar el color exacto y aplicaselo al`background`.
13+
3. Encuentra y aplica el color: usa el selector de `color` (color picker) para encontrar el color exacto y aplicárselo al `background`.
1414

1515
4. Eliminar subrayado: establece `text-decoration` a `none`.
1616

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"config": {
1515
"disableGrading": true,
1616
"editor": {
17-
"version": "1.0.71"
17+
"version": "1.0.72"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)