Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Created April 1, 2019 10:58
Show Gist options
  • Save Glinkfr/a2632dfed523b31fad32618a266b0f47 to your computer and use it in GitHub Desktop.
Save Glinkfr/a2632dfed523b31fad32618a266b0f47 to your computer and use it in GitHub Desktop.
Lettrine CSS Partie 4
p:first-letter {
font-family: 'Rye',
cursive; font-size: 60px;
line-height:60px;
margin-right: 5px;
float: left;
color: #F55E07;
border: 1px solid #faca8f;
background: #FFE0BA;
padding: 8px;
-moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
-o-box-shadow: inset 0px 0px 0px 1px #ffffff;
box-shadow: inset 0px 0px 0px 1px #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment