Search
 
SCRIPT & CODE EXAMPLE
 

CSS

media query change button text

<button type="button" class="btn btn-default btn-md btn-block">
    <i class="fa fa-plus"></i>
    <span class="button-text">Add New Item</span>
</button>

@media screen and (max-width: 300px) {
    .button-text {
        display: none;
    }
}
Comment

PREVIOUS NEXT
Code Example
Css :: delete a process in ubuntu 
Css :: css preloader, preload website screen 
Css :: add color to border css 
Css :: restrict css to apply on div 
Css :: before width not working 
Css :: Text Shadow Hover Effect 
Css :: page rotate css 
Css :: css 100vh minus header 
Css :: css absolute in absolute 
Css :: ipad pro css 
Css :: datepicker not select future date odoo 13 
Css :: div with specific id css 
Css :: background path css 
Css :: CSS Table Alignment 
Css :: How to write text in middle of straight line in css 
Css :: css height 100 not working 
Css :: custom checkbox 
Css :: place-content css property 
Css :: css after before 
Css :: how to call class in css 
Css :: grid all items same height 
Css :: account system php html 
Css :: <i class="fa-solid fa-quote-left"</i 
Css :: easyui datagrid header wrap 
Css :: footer for front end developer 
Css :: z-index: 1000000; 
Css :: .quform-sub-label 
Css :: insert millions of records mongodb 
Css :: The Sass .sass file is visually different from .scss file, e.g. Example.sass - sass is the older syntax 
Css :: what does color dodge do 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =