Created
April 1, 2019 11:01
-
-
Save Glinkfr/9635c80b1aeece5f83faeaa682ee0c91 to your computer and use it in GitHub Desktop.
Lettrine CSS partie 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: url(img/lettrine-fond.png) #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; | |
text-shadow:1px 1px 0px #757575; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment