- From: Dave Cramer via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Oct 2018 20:09:14 +0000
- To: public-css-archive@w3.org
```css
p::first-letter {
initial-letters: 3;
color: red;
width: 72pt;
text-align: right;
margin-left: -72pt;
}
p {
margin-left: 72pt;
}
```
<img width="601" alt="adjacent-initial-letter" src="https://user-images.githubusercontent.com/5687700/47113375-e0fbf900-d226-11e8-80f7-cf25e2d701ee.png">
--
GitHub Notification of comment by dauwhe
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/965#issuecomment-430770419 using your GitHub account
Received on Wednesday, 17 October 2018 20:09:26 UTC