Skip to content

Commit 06bca62

Browse files
committed
Update css-practice.md
1 parent 728dbf3 commit 06bca62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css-practice.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,16 @@ Pick ONE OR MORE options
13081308
4. p img { vertical-align: text-bottom; } has no effect on the <img> tag.
13091309
```
13101310

1311+
<details><summary><b>Answer</b></summary>
1312+
1313+
```css
1314+
4. p img { vertical-align: text-bottom; } has no effect on the <img> tag.
1315+
```
1316+
1317+
**&#9885; [Try this example on CodeSandbox](https://codesandbox.io/s/css-verticle-align-hfbnym?file=/src/styles.css)**
1318+
1319+
</details>
1320+
13111321
<div align="right">
13121322
<b><a href="#">↥ back to top</a></b>
13131323
</div>

0 commit comments

Comments
 (0)