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:
committed by
Parth Parth
parent
18e15830d9
commit
a16539becf
@@ -44,7 +44,7 @@ This example performs a four-second font size transition with a two-second delay
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
The `transition` CSS property is short-hand for several possible properties:
|
||||
|
||||
|
Reference in New Issue
Block a user