dropcap 3afirst letter pseudo class not working as expected in firefox

Solutions on MaxInterview for dropcap 3afirst letter pseudo class not working as expected in firefox by the best coders in the world

showing results for - "dropcap 3afirst letter pseudo class not working as expected in firefox"
Andrea
03 Jun 2018
1.dropcap:first-letter {
2    font-size: 3em;
3    float: left;
4    margin-top: .15em;
5    padding: 2px 20px;
6    border-radius: 6px;
7    margin-right: 15px;
8    padding: 3px 22px;
9}
10@-moz-document url-prefix() {
11.dropcap:first-letter {
12padding: 15px 20px;
13}
14}
15
16.dropcap.dc-bg-primary:first-letter {
17    background-color: #1a73e9;
18    color: #fff;
19}