Search
 
SCRIPT & CODE EXAMPLE
 

HTML

tailwind custom column width

<!-- Tailwind Columns with custom width -->
<!-- Total Columns: 5 -->
<div class="grid grid-cols-5">
  <div class="col-span-1">This div spans 1/5 Columns</div>
  <div class="col-span-4">This div spans 4/5 Columns</div>
</div>

<!-- Example #2: Total Columns: 10 .grid-cols-10 -->
<section class="grid grid-cols-10">
  <p class="col-span-2">Spans 2 out of 10 Columns</p>
  <p class="col-span-8">Spans 8 out of 10 Columns</p>
</section>
Comment

PREVIOUS NEXT
Code Example
Html :: add keywords meta tag 
Html :: markdown to html 
Html :: Cannot resolve net.md-5:bungeecord-api:1.16-SNAPSHOT 
Html :: sending email by html 
Html :: how to add preloader in html page 
Html :: tag img 
Html :: html img src background 
Html :: search button 
Html :: sub html 
Html :: move cursor to end of line javascript 
Html :: table bootstrap with scrool 
Html :: spaces html 
Html :: html elements 
Html :: how to pass the current url to beautiful soup html 
Html :: inserting a page break in markdown 
Html :: path in html 
Html :: html space between words 
Html :: using svg in html 
Html :: enable html button 
Html :: html data-target modal 
Html :: unordered list html 
Html :: meta description tag in html 
Html :: link tag 
Html :: modal pop up html css 
Html :: how to redirect index.html to another folder github 
Html :: marquee tag html 
Html :: vue emit 
Html :: basic html boilerplate 
Html :: css cards 
Html :: bootstrap 5 hamburger menu 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =