Skip to content

Commit 5fe1d4f

Browse files
Merge pull request 4GeeksAcademy#96 from UmiKami/05.1-second-styles
05.1 second styles
2 parents b6f0d69 + 0220138 commit 5fe1d4f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

exercises/05.1-second-styles/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66

77
![Alert in bootstrap](../../.learn/assets/05.1-1.png?raw=true)
88

9+
## 💡 Pista:
10+
11+
+ Solamente debes cambiar los colores de fondo, colores de texto, y el estilo de los bordes.
12+
+ El Badge tiene un `border-radius` de `50%`

exercises/05.1-second-styles/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ tutorial: "https://www.youtube.com/watch?v=Vr5Kh47NSuM"
1010

1111
![Alert in bootstrap](../../.learn/assets/05.1-1.png?raw=true)
1212

13+
## 💡 Hint:
14+
15+
+ You should only style the background colors, text colors, and borders.
16+
+ The badge has a `border-radius` of `50%`

exercises/05.1-second-styles/tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ test("The component Badge should return the exact HTML", () => {
3030
Object {
3131
"background": "red",
3232
"borderRadius": "50%",
33+
"color": "white",
3334
}
3435
}
3536
>

0 commit comments

Comments
 (0)