Skip to content

Instantly share code, notes, and snippets.

@primats
Last active December 21, 2015 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save primats/662e1749123f0c2d800d to your computer and use it in GitHub Desktop.
Save primats/662e1749123f0c2d800d to your computer and use it in GitHub Desktop.
Буквица для абзаца
# стиль для оформления первой буквы абзаца
p:first-letter {
float: left;
margin-right: 10px;
font: 2.2em/1 Georgia;
text-shadow: 1px 1px 3px silver;
color: crimson;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment