Skip to content

Commit 8a5b3d6

Browse files
authored
Update animate-images-with-keyframes-using-css.mdx
1 parent 029290c commit 8a5b3d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/animate-images-with-keyframes-using-css/animate-images-with-keyframes-using-css.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ tags:
3636

3737
Images are quintessential to any website. It's the sparkle and it's the pizzaz!
3838

39+
<RoundedImage link="https://i.imgur.com/AqxBcsJ.png" description="" />
40+
41+
You may recall using this line to add an image to your HTML file.
42+
43+
```
44+
<img src="your-path.png" alt="red chocolate chip cookie" />
45+
```
46+

0 commit comments

Comments
 (0)