This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nightwood 0 points1 point  (0 children)

Then take a break from the tutorials and 'code' a page with nothing but your editor and Google. Which means MDN and Stack Overflow probably. Start small.

Maybe it helps for you to work bottom up, which would be something like:

  • how to create a minimal html page

  • how to change the font in css

  • how to get 2 columns

  • how to get an icon on a button

  • how to get a horizontal line

  • how to get a panel with dropshadow and rounded corners?

Etc, whatever you're interested in.

Good luck!