here is full animation html and css and it dosent work offline thats bomb img or something is online can some one edit it or help out or something
I need it done asap would appreciate if someone helps out (i need it to work fully offline)
Welcome to the forums @marksk2255
Could you possibly post the code here or put something up on Codepen or similar?
People may be a bit reluctant to download zip files from unknown sources and you may get more response if people can readily see the code you are working with.
I cant codes is too long
Hi,
If you want the animation to work āofflineā then you will need to download all external resources to your local machine.
You are using the font-awesome cdn for the images so instead go to the font-awesome site and download the font package.
Then change your html to point the css file to the place where you have put the file e.g.
<!--<link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>-->
<link rel='stylesheet' href="font-awesome-4.7.0/font-awesome-4.7.0/css/font-awesome.min.css">
I also notice you have a link to the jquery CDN but that is not needed for the demo but if you have other items that need jquery then again go the jquery site and download the file locally. (The same applies to the google fonts you are using.)
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.