IntScription()

Devlog - 2025-10-07

πŸš€ What I Did

🧠 What I Learned

Flexbox and Flexmodel

flex-direction

Defines the direction of flex items:

flex-wrap

Controls whether items wrap when space runs out:

flex-flow: column wrap-reverse;

justify-content

Aligns items along the main axis:

align-items

Aligns items along the cross axis:

Typography

Font Properties

Text Anatomy

Spacing

Best Practices

font-family: Arial, "Times New Roman", sans-serif;

Accessibility Tree

A structure used by screen readers to interpret and interact with the content on a webpage.

πŸ”₯ What’s Next


← Previous Next β†’