Comments on: Responsive Circular Progress Bar using HTML CSS & jQuery https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/ CodingNepal is a blog dedicated to providing valuable and informative content about web development technologies such as HTML, CSS, JavaScript, and PHP. Tue, 14 Feb 2023 09:37:52 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Senthil Kumar P https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-19044 Tue, 14 Feb 2023 09:37:52 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-19044 Hi,

Your tutorial is very usefull. In this, how to display the decimals of the values (85.62%) inside the circle

]]>
By: Unknown https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-36 Tue, 27 Apr 2021 16:50:50 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-36 hi, thanks for the video. Could you tell me how to wrap one card after like 6 cards? Thanks

]]>
By: Unknown https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-37 Tue, 27 Apr 2021 16:50:50 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-37 hi, thanks for the video. Could you tell me how to wrap one card after like 6 cards? Thanks

]]>
By: CodingNepal https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-572 Sat, 09 Jan 2021 10:23:55 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-572 Sure…Stay tuned with us on YouTube

]]>
By: Unknown https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-604 Sat, 09 Jan 2021 10:07:46 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-604 can u produce a way to perform the Circular animation when the hover is performed

]]>
By: CodingNepal https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-995 Mon, 26 Oct 2020 16:26:30 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-995 add this property also… background-clip: text;

]]>
By: Mortblanche https://www.codingnepalweb.com/circular-progress-bar-html-css-jquery/#comment-996 Mon, 26 Oct 2020 16:24:42 +0000 https://codingnepalweb.com/2020/10/22/responsive-circular-progress-bar-using-html-css-jquery/#comment-996 Hello,

Thank you for your sharing but I have a problem with my code editor
here is the error indicates:

also define the standard property 'background-clip' for compatibility css (vendor prefix)

here is the code in the style.css file

.card .circle .box span,
.wrapper .card .text {
background: -webkit-linear-gradient (left, # a445b2, # fa4299);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

can you help me solve the problem?

Thank you in advance,

Regards,

Mortblanche

]]>