favorite
16.4K
Views
3.5K
Downloads
Mar 2014
Added
34.7 KB
Size
This cursor has two embed options. The code shows a single frame. The code plays the full animation. Pick one only!
Using a <style> tag
- Click Copy Code on the left embed box
- Open your website's HTML file in a text editor
- Find the
</head>tag and paste the following above it, wrapping the copied code in<style>tags:
<style>...your copied code here...</style>
- Save the file and refresh your page
Using a <link> stylesheet
- Click Copy Code on the right embed box
- Open your website's HTML file in a text editor
- Find the
</head>tag and paste the<link>tag above it - Save the file and refresh your page
Using Custom CSS
-
Go to your Neocities Dashboard and click Edit Site
-
Open your style.css file (or create one)
-
Paste the CSS code at the top or bottom of the file
- Click Save
Using a <link> stylesheet
- Copy the
<link>code from the right embed box - Open your index.html file
- Paste the
<link>tag inside the<head>section - Click Save
Using Custom CSS
-
From your blog, click Customize (palette icon in the sidebar)
- Scroll to the bottom and expand Advanced
-
Find the Add Custom CSS text box
-
Paste the CSS code into the box
- Click Save at the top
Using a <link> stylesheet
Tumblr's Custom CSS box only supports CSS rules. To use the animated version, you'll need to edit the HTML directly.
- Copy the
<link>code from the right embed box - Go to Customize → Edit HTML
- Find the
<head>section and paste the<link>tag inside it - Click Save
Using Custom CSS
- Go to Blogger Dashboard → Theme
- Click Customize
-
In the left menu, click Advanced → Add CSS
-
Paste the CSS code into the text box
- Click Apply to Blog (top right)
Using a <link> stylesheet
Blogger's CSS editor only supports CSS rules. To use the animated version, you'll need to edit the HTML directly.
- Copy the
<link>code from the right embed box - Go to Theme → Edit HTML
- Find the
<head>section and paste the<link>tag inside it - Click Save theme
Comments