Fix broken images

This commit is contained in:
roose
2020-10-01 12:01:14 +06:00
parent 48b6bc8eb3
commit 4a0a8ebf09
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Displays a menu overlay when the image is hovered.
```html
<figure class="hover-menu">
<img src="https://i.picsum.photos/id/1060/800/480.jpg"/>
<img src="https://picsum.photos/id/1060/800/480.jpg"/>
<div>
<a href="#">Home</a>
<a href="#">Pricing</a>

View File

@ -10,7 +10,7 @@ Creates a rotate effect for the image on hover.
```html
<figure class="hover-rotate">
<img src="https://i.picsum.photos/id/669/600/800.jpg"/>
<img src="https://picsum.photos/id/669/600/800.jpg"/>
</figure>
```

View File

@ -11,7 +11,7 @@ Displays an image overlay effect on hover.
```html
<figure class="hover-img">
<img src="https://i.picsum.photos/id/200/440/320.jpg"/>
<img src="https://picsum.photos/id/200/440/320.jpg"/>
<figcaption>
<h3>Lorem <br/>Ipsum</h3>
</figcaption>