<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>custom scrollbar Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/custom-scrollbar/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/custom-scrollbar/</link>
	<description>Code Solution</description>
	<lastBuildDate>Tue, 17 Aug 2021 05:41:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>custom scrollbar Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/custom-scrollbar/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Custom Scrollbar In CSS</title>
		<link>https://codeplaners.com/how-to-custom-scrollbar-in-css/</link>
					<comments>https://codeplaners.com/how-to-custom-scrollbar-in-css/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 05:41:48 +0000</pubDate>
				<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom scrollbar]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Source Code]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=1247</guid>

					<description><![CDATA[<p>Hi, Today, i we will show you how to custom scrollbar in CSS. This article will give you simple example of how to custom scrollbar in CSS. you will learn how to custom scrollbar in CSS. So let’s follow few step to create example of how to custom scrollbar in CSS. Example: I hope it &#8230; <a href="https://codeplaners.com/how-to-custom-scrollbar-in-css/" class="more-link">Continue reading<span class="screen-reader-text"> "How To Custom Scrollbar In CSS"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-custom-scrollbar-in-css/">How To Custom Scrollbar In CSS</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi,</p>
<p>Today, i we will show you how to custom scrollbar in CSS. This article will give you simple example of how to custom scrollbar in CSS. you will learn how to custom scrollbar in CSS. So let’s follow few step to create example of how to custom scrollbar in CSS.</p>
<p><img decoding="async" style="border: 3px solid #ff5722;" alt="How To Custom Scrollbar In CSS" class="lazyloaded" src="https://codeplaners.com/wp-content/uploads/2021/08/scrollbar.png"></p>
<h3 class="step_code">Example:</h3>
<pre class="brush: css; title: ; notranslate">
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: orange;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid orange;  /* creates padding around scroll thumb */
}
</pre>
<p>I hope it will assist you…</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-custom-scrollbar-in-css/">How To Custom Scrollbar In CSS</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-custom-scrollbar-in-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
