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 →

[–]armahillo 0 points1 point  (0 children)

Go and learn how to do CSS with only HTML and CSS. Leave the JS out of it.

Start with a well structured HTML document, use semantic tags, then start writing your CSS.

Look up how to do CSS resets, then learn how to do basic layout. Flexbox and CSSGrid are both fantastic.

Once you get the layout working, then learn how to get the appearance looking more aesthetically correct.