I'm building a website with Html and Css.
When you click on the link to the website, a black background meets you with some white text appears. (Let's just say, "Hello! Click to get started!") Then when you click it, an image fades in and some new text is replaced by the old plus a navigation bar appears at the top as well.
I've got the fading images thing down, no problem. But the text is the one that's the most difficult (I use fadeAndScale animations with the text). Any help would be appreciated!
This is what I've got so far:
Website html code Website css code
(Note: I can't use Javascript and using Cloud 9...sorry...also I'm new with this website)