When my web page loads, using CSS, I want the text "widget world" to appear across the top as if someone were writing it manually; one letter at a time would appear.
I'm going to use a cursive font. There would be a few milliseconds delay in between each letter appearing.
I thought to make each letter a separate div then fade them in one by one.