Skip to content

Commit aa32c25

Browse files
Merge pull request #74 from dsilva06/07-very-specific-rules
changed readme,improved test
2 parents 6b460c9 + de455f1 commit aa32c25

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ En este ejercicio, puedes agregar tu código solo arriba del **READ ONLY BLOCK**
1515

1616
![Example Image](../../.learn/assets/07-1.png?raw=true)
1717

18+
## :bulb: Pista:
1819

19-
20+
1. El atributo `!important` ayuda a sobreescribir stilos.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ In this exercise, you can add your code only above the **READ ONLY BLOCK** of th
2020

2121
![Example Image](../../.learn/assets/07-1.png?raw=true)
2222

23+
## :bulb: Hint:
2324

24-
25+
1. The `!important` attribute helps to override over other attributes.

exercises/07-Very-Specific-Rules/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ body {
1212
ul li,
1313
ol li {
1414
color: green;
15-
}
15+
}

0 commit comments

Comments
 (0)