Tailwind Text 5xl Line Height Code Example


Example: line-height tailwind


.leading-none	   -   line-height: 1;
.leading-tight - line-height: 1.25;
.leading-snug - line-height: 1.375;
.leading-normal - line-height: 1.5;
.leading-relaxed - line-height: 1.625;
.leading-loose - line-height: 2;

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy