Material Design - Paragraph Spacing
- Categories:
- tutorial
According to Google’s Material Design, keep paragraph spacing in the range between .75x and 1.25x of the type size.
For example, if your paragraph has a font size of 16px, the spacing around it (margin or padding) should ideally be between 12px (0.75 * 16px) and 20px (1.25 * 16px).
This helps maintain consistent and visually pleasing spacing in your design.
Adequate spacing between paragraphs improves readability by giving the content room to breathe. Users can easily follow the flow of the text without feeling overwhelmed.
Recent Posts
How to Defend Against Brute-Force and DoS Attacks with Fail2ban, Nginx limit_req, and iptables
In this tutorial, I’ll explain how to protect your public-facing Linux server and Nginx web server from common threats, including brute-force and DoS attacks.
Is Getting AWS Solutions Architect Associate Certification Worth It?
If you are a full-time Software Engineer, there's no strong need to pursue this certification.
DevSecOps
My Notes about DevSecOps
AWS Secrets Manager
Explanation about AWS Secrets Manager with example code.
Envelope Encryption
Envelope encryption is the practice of encrypting plaintext data with a data key, and then encrypting the data key under another key.