Skip to content

Commit a36c011

Browse files
committed
min-max-width
1 parent f71f679 commit a36c011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ The `<picture>` tag is similar to the `<img>` tag, but it acts as a container fo
677677
![min-width](Images/min-width.jpg)<br>
678678
- **max-width:** When the *viewport width* is **greater** than the specified **max-width** value, only display the image defined in the corresponding `<source>` element.<br>
679679
![max-width](Images/max-width.jpg)<br>
680-
![min-max-width](images/min-max-width.jpg)
680+
![min-max-width](Images/min-max-width.jpg)
681681
```html
682682
<!DOCTYPE html>
683683
<html lang="en">

0 commit comments

Comments
 (0)