1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00

hard-code github avatar in principles example

This commit is contained in:
Shawn Allen 2019-01-09 16:11:48 -08:00
parent c54086b8c2
commit a1e72b13c7

View File

@ -184,7 +184,7 @@ The most common use case is for applying widths and heights to images. Other use
```html
<!-- Image width and height -->
<img src="images/avatar.png" width="20" height="20">
<img width="20" height="20" src="https://avatars1.githubusercontent.com/u/9919?v=4&s=40">
<!-- Custom width for a div that is not a repeated pattern -->
<div class="d-table-cell py-3 pr-3" style="width: 72px">