Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Dropcap - :first-letter pseudo class not working as expected in firefox

.dropcap:first-letter {
    font-size: 3em;
    float: left;
    margin-top: .15em;
    padding: 2px 20px;
    border-radius: 6px;
    margin-right: 15px;
    padding: 3px 22px;
}
@-moz-document url-prefix() {
.dropcap:first-letter {
padding: 15px 20px;
}
}

.dropcap.dc-bg-primary:first-letter {
    background-color: #1a73e9;
    color: #fff;
}
Comment

PREVIOUS NEXT
Code Example
Css :: .cameleons 
Css :: https://html-css-js.com/html/ 
Css :: table inside table not matching borders 
Css :: make changes to api fetch onclick in react 
Css :: easyui datagrid header color 
Css :: scss @include mq() 
Css :: div after rotation some part not showing 
Css :: Enhancer for Youtube DeepDark Theme 
Css :: 0 
Css :: uikit theme 
Css :: button background position left to right hover css 
Css :: text decoration too long 
Css :: twig language name 
Css :: react right burger scrol bar 
Css :: how can you make us stop our image from the web css html 
Css :: how to remove elementor button outline after pressing button 
Css :: how to make father padding doesnt affect child 
Css :: Scooter Theme! 
Css :: css diminuer épaisseur trait 
Css :: css - global -Typogryphy 
Css :: edit default theme in component angular css 
Css :: bootstrap col-sm-12 
Css :: css popover arrow divi menu 
Css :: how to add blurr and grain in css 
Css :: how to get rid of underline for links in css 
Css :: how to link css stylesheet python django 
Css :: prevent the blue highlighting on mobile 
Css :: placeholder color default 
Css :: webkit scrollbar padding 
Typescript :: how to update typescript 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =