Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to code cards deck with tab collapse

<div class="container">
  <div class="card-deck">
    <div class="card mb-4">
      <div class="card-body bg-light" id="1">
        <h4 class="card-title">March 27, 2020</h4>
        <p>
           <img class="card-img-top" src="images/somephoto.jpeg" alt='some description' />
          <a href="#c1" type="button" data-toggle="collapse" aria-expanded="false" aria-controls="c1">
          <span class="collapsed">more...</span><span class="expanded">...less</span>
          </a>
        </p>
        <div class="collapse" id="c1">
          <p>some content</p>
        </div>
      </div
    </div>
    <div class="card mb-4">
      <div class="card-body bg-light" id="2">
        <h4 class="card-title">August 19, 2019</h4>
        <p>
           <img class="card-img-top" src="images/anotherphoto.jpeg" alt='another description' />
          <a href="#c2" type="button" data-toggle="collapse" aria-expanded="false" aria-controls="c2">
          <span class="collapsed">more...</span><span class="expanded">...less</span>
          </a>
        </p>
        <div class="collapse" id="c2">
    ...
Comment

PREVIOUS NEXT
Code Example
Html :: audio controls tag html 
Html :: barra de navegacion vertical bootstrap 
Html :: status_tag activeadmin 
Html :: tutorial 
Html :: audio play limit using jquery 
Html :: put html in iframe 
Html :: how to make a title bar logo html 
Html :: moving text in html 
Html :: Capturing the amount of space related to the text html 
Html :: html button radio button 
Html :: geolocalizacion html5 
Html :: music from stick with it 
Html :: cshtml set a max value foreach 
Html :: sublimelinter-html-tidy for linux 
Html :: what is deduping? 
Html :: html blank page template 
Html :: HTML entities must be escaped 
Html :: html responsive website 
Html :: learn html 
Html :: boostrap 
Html :: html add page to document 
Css :: roblox player died 
Css :: custom selection color css 
Css :: css media queries between two sizes 
Css :: wordpress smooth scroll to anchor 
Css :: make a quarter of circle css 
Css :: text gradient css 
Css :: css @media 
Css :: css hover mouse hand 
Css :: transition all ease 0.3s 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =