Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Created April 1, 2019 11:03
Show Gist options
  • Save Glinkfr/57ea385f977aed363542975854f6038e to your computer and use it in GitHub Desktop.
Save Glinkfr/57ea385f977aed363542975854f6038e to your computer and use it in GitHub Desktop.
Lettrine CSS partie 7
p:first-letter {
font-family: 'Rye', cursive;
font-size: 60px;
line-height:60px;
margin-right: 5px;
float: left;
color: #2E6F7B;
border: 1px solid #b0d7fc;
background: url(img/lettrine-fond2.png) #D2E8FD;
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;
text-shadow:1px 1px 0px #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment