Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap cards in a row

<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

  <body>
    <div class="container">
      <div class="row">
        <div class="col-4">
          <div class="card">1</div>
        </div>
        <div class="col-4">
          <div class="card">1</div>
        </div>
        <div class="col-4">
          <div class="card">1</div>
        </div>
      </div>
    </div>
  </body>

</html>
Comment

PREVIOUS NEXT
Code Example
Html :: itextsharp html to pdf 
Html :: basic html codes 
Html :: height 100% tailwind 
Html :: html mark tag 
Html :: how to choose your html website favicon 
Html :: bootsrap cards 
Html :: asp redirect 
Html :: nuxt i18n link 
Html :: html = sign 
Html :: ng-bind-html vuejs 
Html :: ondrag event in html 
Html :: how to make option colour black in html 
Html :: handlerbars js conditional 
Html :: disable user going back after logging out button jsf 
Html :: html paragraph with spaces 
Html :: html franc symbol 
Html :: how to append a variable to html 
Html :: mobile screen ful width not get in html 5 
Html :: slider with steps 
Html :: navigate to a html link in django python 
Html :: twig markdown html 
Html :: Adding multiple class using ng-class 
Html :: how to enter through a button that is closed in a html code 
Html :: a href 
Html :: dynamic html table python 
Html :: simple website using html and css 
Html :: how to receive ether on smart contract 
Html :: random number text in html 
Html :: ref attribute in html 
Html :: crypto conversion calculator 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =