Friday, 4 February 2022

SLIDES YOUR BLOGGER THEMES.

How to Slide the Blogger theme

Note: Before you copy given code and paste in the html theme. If you create sliding post it will not work, first you should paste this two link in your themes HTML body.

Follow step by step-

1.Copy-paste the stylesheet <Link> into your <head> before all other stylesheets to load our CSS. 

2.You may have seen like this, paste in the red color line, below <head> tag.

copy this code👇


<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />


3.copy the above code and Paste in the red color line , below

( <head> )



Bundle

Include every Bootstrap JavaScript plugin and dependency with one of our two bundles.  for our tooltips and popovers. 

Follow step by Step

1. Copy the given below code and paste it in the last page of the head section, As you seen in the screenshot 


2.Paste it above the </body>

copy this code👇

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>



0 comments:

Post a Comment