Guest Posted September 11, 2021 Share Posted September 11, 2021 Hello I'd like to add responsive loading bar preloader to my squarespace website. I've gotten this code from dcode: .progress { position: relative; width: 410px; height: 4px; background: #e3e3e3; border-radius: 0px; overflow: hidden; } .progressfill { width: 0%; height: 100%; background: #f00000; transition: all 0.2s; } .progresstext { position: absolute; top: 50%; right: 5px; transform: translateY(-50%); font: bold 0px "Quicksand", sans-serif; color: #ffffff; } Can someone let me know how I can add this to my website? Thanks Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 Hi, Your code is CSS code. I think The code missing HTML code, or even on both HTML + Script code. Where did you get this code? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.