Answers for "sticky image bootstrap"

CSS
0

how fixed image at top

.cust_sticky {           /* div  */
    position: fixed;
}
Posted by: Guest on November-06-2020
2

bootstrap responsive sticky top

<div class="sticky-sm-top">Stick to the top on viewports sized SM (small) or wider</div>
<div class="sticky-md-top">Stick to the top on viewports sized MD (medium) or wider</div>
<div class="sticky-lg-top">Stick to the top on viewports sized LG (large) or wider</div>
<div class="sticky-xl-top">Stick to the top on viewports sized XL (extra-large) or wider</div>
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language