I am learning how to build my website from the ground up!! As an absolute beginner. I hope to document my progress here.
- Got my grid architecture up and running! Some issues with text at smaller screen sizes
- (max-content) matches all portfolio div heights... how to make 'current' adjust differently?
- Find prettier list styling
- collapsible content isn't accessible without javascript... how to add javascript? Implementing A Pure CSS Collapsible | DigitalOcean
- Progress! My sister told me about flex-box, which I've been trying to incorporate into some parts of my site. Styling itself is to a minimum so far - I'm trying mostly to get the structure of the thing solid.
- What are conventions for naming classes and ids? Right now I have an iffy assortment of each, which I've named along the lines of "header" > "header-title" > "header-title-item" etc... but I'm worried these will get confusing as I go on.
- How do you delete things on github? Can you?
- How do you make multiple pages? Using markdown? HTML? I don't know
- How do you add CSS to an HTML file?