V
9

Just got my first web page to load after 3 hours of debugging

Had to pick between using flexbox or grid for a simple layout. Went with flexbox and it worked out great. The header finally lined up right after I fixed a missing semicolon. Anybody else struggle with those little syntax errors forever?
2 comments

Log in to join the discussion

Log In
2 Comments
daniel_cooper34
Honestly I once spent an hour debugging a missing closing tag.
6
wesleyflores
That missing semicolon got me too when I first started using flexbox. What helped was running my code through a linter before I even test it in the browser. Saves a ton of headache catching those tiny typos early.
3