James
James

Reputation: 323

CSS Progress Bar Error

I have been trying to display this CSS code correctly in jsFiddle, but does not seem to be working. I have tried to modify the code with no success.

Original Code

jsFiddle

Upvotes: 1

Views: 260

Answers (1)

Damonsson
Damonsson

Reputation: 1532

You must compile it:

<h1>Sexy CSS Loader</h1><div class="bubbles"><span></span><span id="bubble2"></span><span id="bubble3"></span></div>

Look on this: jsFiddle

Upvotes: 2

Related Questions