Friday, August 21, 2020

Add Auto Expand Blockquote with CSS Transition effect

Add Auto Expand Blockquote with CSS Transition effect I have already release 2 blockquote for highlighting your widget code which is currently using by huge users. But some readers has requested me to release a post for collapsed style blockquote with expand option. For this reason I have design a very attractive auto expandable blockquote which will be in hiding position in normal mode. But when you just mouse over on blockquote then it will automatically expand and display the code block. The main benefits of this blockquote it will save your content space. Some blogger feel messy about displayed code block but by using this blockquote your code block will be in hiding position, as a result your shared content will be look neat and clean. I hope you would like it like my earlier released 2 blockquotes. This blockquote is extremely fast loading and build with pure CSS and added transition effect to make it smooth. So let's proceed to the tutorial to install this Auto Expand blockquote into your blog. Live Demo Step 1Log in to your Bloggeraccountand Go to yourBloggerDashboard Step 2Click on Now click on-Template-Edit HTML- Unfoldcode Step 3Now Find thiscode]]/b:skinby pressingCtrl+F Step 4Copy thecodefrom below and Paste it Before/above]]/b:skin /*****************************************Blockquote by www.bloggerspice.com******************************************/.post blockquote { margin:15px 30px; font:italic normal 14px/1.4 Georgia,Serif; height:0; padding:0 0; background-color:.post blockquote:hover { padding:10px 15px; background-color: How To UseAuto Expand Blockquote with CSS Transition effect For applying this Trick just select the code that you want to highlight and Click on If you face any problem please feel free to ask a question. Happy Blogging!!!!

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.