Skip to content

changed readme,improved test #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Hint added to the 7th exercise
  • Loading branch information
tommygonzaleza committed Oct 26, 2022
commit de455f1344a14d1044c0ce761eea778585eadc87
3 changes: 2 additions & 1 deletion exercises/07-Very-Specific-Rules/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ En este ejercicio, puedes agregar tu código solo arriba del **READ ONLY BLOCK**

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

## :bulb: Pista:


1. El atributo `!important` ayuda a sobreescribir stilos.
2 changes: 1 addition & 1 deletion exercises/07-Very-Specific-Rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ In this exercise, you can add your code only above the **READ ONLY BLOCK** of th

## :bulb: Hint:

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