Skip to content

Commit fae7676

Browse files
Merge pull request 4GeeksAcademy#123 from josemoracard/jose1
emojis faltantes
2 parents 1fa2ba8 + 713eef2 commit fae7676

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `07` Very Specific Rules
22

3-
## **Importante:**
3+
## 🔎 Importante:
44

55
En este ejercicio, puedes agregar tu código solo arriba del **READ-ONLY BLOCK** del código, puedes agregar tantas líneas como desees, pero siempre arriba.
66

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tutorial: "https://www.youtube.com/watch?v=2YkLDRZFk40"
44

55
# `07` Very Specific Rules
66

7-
# **Important:**
7+
## 🔎 Important:
88

99
In this exercise, you can add your code only above the **READ-ONLY BLOCK** of the code, you can add as many lines as you want, but always above.
1010

@@ -21,6 +21,6 @@ In this exercise, you can add your code only above the **READ-ONLY BLOCK** of th
2121
![Example Image](../../.learn/assets/07-1.png?raw=true)
2222
>Important: You should **NOT** modify the index.html file.
2323
24-
## :bulb: Hint:
24+
## 💡 Hint:
2525

2626
1. The `!important` attribute helps to override other attributes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Sigue estos pasos para que tu enlace (`anchor`) se vea así:
2020

2121
6. Dentro del selector `:hover` cambia el fondo del botón a `darkorange`.
2222

23-
## Resultado esperado:
23+
## 💻 Resultado esperado:
2424

2525
![Example Image](../../.learn/assets/13-1.gif?raw=true)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Anchors are not only used within text: when you are going to use anchors outside
1818

1919
6. Inside of the `:hover` selector change the background of the button to `darkorange`.
2020

21-
## Expected result:
21+
## 💻 Expected result:
2222

2323
![Example Image](../../.learn/assets/13-1.gif?raw=true)

0 commit comments

Comments
 (0)