Advertisement
arie_cristianD

make inline code to dropcap shadow

Jul 1st, 2024
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .entry-content .content-inner p > code {
  2.     font-size: 82px;
  3.     font-family: Lora, Georgia, serif;
  4.     font-weight: bold;
  5.     display: block;
  6.     float: left;
  7.     margin: .04em .2em 0 0;
  8.     color: #212121;
  9.     font-size: 4em;
  10.     line-height: 1;
  11.     text-shadow: 5px 5px #eee;
  12.     padding : 0 ;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement