Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailwind text size

<p class="text-xs ...">The quick brown fox ...</p>
<p class="text-sm ...">The quick brown fox ...</p>
<p class="text-base ...">The quick brown fox ...</p>
<p class="text-lg ...">The quick brown fox ...</p>
<p class="text-xl ...">The quick brown fox ...</p>
<p class="text-2xl ...">The quick brown fox ...</p>
<p class="text-3xl ...">The quick brown fox ...</p>
<p class="text-4xl ...">The quick brown fox ...</p>
<p class="text-5xl ...">The quick brown fox ...</p>
<p class="text-6xl ...">The quick brown fox ...</p>
<p class="text-7xl ...">The quick brown fox ...</p>
<p class="text-8xl ...">The quick brown fox ...</p>
<p class="text-9xl ...">The quick brown fox ...</p>
Comment

tailwind custom text size

<div class="text-[14px]">Hello</div>
Comment

tailwind width

<div class="w-4"></div> // w-4 = 1rem, w-8 = 2rem
<div class="w-1/2"></div> // w-1/2 = 50% , w-1/3 = 33.333% , w-1/4 = 25%
Comment

tailwind text size

<div class="text-base">TEXT</div>
Comment

PREVIOUS NEXT
Code Example
Typescript :: vscode custom snippets how to use file name 
Typescript :: npm uninstall typescript 
Typescript :: @ts ignore file 
Typescript :: typescript react onchange event type 
Typescript :: how to remove dots in ul li 
Typescript :: because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. 
Typescript :: Cannot preload , value of is undefined  
Typescript :: smooth scroll in viewportscroller 
Typescript :: regex only digits and dots 
Typescript :: javax.validation.constraints does not exist 
Typescript :: ts change date format 
Typescript :: how to add a new propety into all documents in mongodb 
Typescript :: g.ps1 cannot be loaded because running scripts is disabled on this system. 
Typescript :: check ports in use docker 
Typescript :: from list of lists to dataframe 
Typescript :: python requests header allow redirect false 
Typescript :: email validation in typescript 
Typescript :: Visible, non-interactive elements with click handlers must have at least one keyboard listener 
Typescript :: ts date get hour 
Typescript :: jasmine angular contains expression 
Typescript :: route resource adonis 
Typescript :: list the constituents of the xylem. what would happen if the xylem of root of a plant is blocked? 
Typescript :: count objects in selenium java 
Typescript :: jquery selector id that starts with 
Typescript :: rscript arguments input 
Typescript :: typeorm find orderby 
Typescript :: hthe cmd to create tsconfig.json 
Typescript :: how to use mutliple layouts in recyclerview 
Typescript :: colorize brackets vscode 
Typescript :: terminal prompts disabled 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =