fix: replace imgur with s3 for english guide without conflict (#36053)

* fix: imgur to s3 for englsh guide without conflict

(cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6)

* fix: revert unrelated changes
This commit is contained in:
Ahmad Abdolsaheb
2019-05-20 21:24:51 +03:00
committed by Parth Parth
parent 18e15830d9
commit a16539becf
36 changed files with 66 additions and 66 deletions

View File

@@ -44,7 +44,7 @@ This example performs a four-second font size transition with a two-second delay
}
```
![Without CSS Transition](https://imgur.com/Yl0Bxwn)
![Without CSS Transition](https://cdn-media-1.freecodecamp.org/imgr/Yl0Bxwn.gif)
Without a transition, this element will double in width as soon as the user hovers over it. But we might want a smoother movement. We can add a transition like so:
@@ -57,7 +57,7 @@ Without a transition, this element will double in width as soon as the user hove
}
```
![With CSS Transition](https://imgur.com/wgscRNa)
![With CSS Transition](https://cdn-media-1.freecodecamp.org/imgr/wgscRNa.gif)
The `transition` CSS property is short-hand for several possible properties: