contoh card bootstrap 4

Solutions on MaxInterview for contoh card bootstrap 4 by the best coders in the world

showing results for - "contoh card bootstrap 4"
Joshua
19 Oct 2020
1<div class="card" style="width: 18rem;">
2  <img src="..." class="card-img-top" alt="...">
3  <div class="card-body">
4    <h5 class="card-title">Card title</h5>
5    <p class="card-text">Some quick example text to build on the card
6      title and make up the bulk of the card's content.</p>
7    <a href="#" class="btn btn-primary">Go somewhere</a>
8  </div>
9</div>
Davide
31 Jul 2016
1<div class="card card-inverse">
2  <img class="card-img" src="..." alt="Card image">
3  <div class="card-img-overlay">
4    <h4 class="card-title">Card title</h4>
5    <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
6    <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
7  </div>
8</div>
Francisco
02 Aug 2016
1<!DOCTYPE html>
2<html lang="en">
3<head>
4  <title>Contoh Card Bootstrap 4 - Kodingplus</title>
5  <meta charset="utf-8">
6  <meta name="viewport" content="width=device-width, initial-scale=1">
7  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
8  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
9  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
10  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
11  <style>
12   /*  Helper Styles */
13    body {
14        font-family: Varela Round;
15        background: #f1f1f1;
16    }
17
18    a {
19        text-decoration: none;
20    }
21
22    /* Card Styles */
23
24    .card-sl {
25        border-radius: 8px;
26        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
27    }
28
29    .card-image img {
30        max-height: 100%;
31        max-width: 100%;
32        border-radius: 8px 8px 0px 0;
33    }
34
35    .card-action {
36        position: relative;
37        float: right;
38        margin-top: -25px;
39        margin-right: 20px;
40        z-index: 2;
41        color: #E26D5C;
42        background: #fff;
43        border-radius: 100%;
44        padding: 15px;
45        font-size: 15px;
46        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
47    }
48
49    .card-action:hover {
50        color: #fff;
51        background: #E26D5C;
52        -webkit-animation: pulse 1.5s infinite;
53    }
54
55    .card-heading {
56        font-size: 18px;
57        font-weight: bold;
58        background: #fff;
59        padding: 10px 15px;
60    }
61
62    .card-text {
63        padding: 10px 15px;
64        background: #fff;
65        font-size: 14px;
66        color: #636262;
67    }
68
69    .card-button {
70        display: flex;
71        justify-content: center;
72        padding: 10px 0;
73        width: 100%;
74        background-color: #1F487E;
75        color: #fff;
76        border-radius: 0 0 8px 8px;
77    }
78
79    .card-button:hover {
80        text-decoration: none;
81        background-color: #1D3461;
82        color: #fff;
83
84    }
85
86
87    @-webkit-keyframes pulse {
88        0% {
89            -moz-transform: scale(0.9);
90            -ms-transform: scale(0.9);
91            -webkit-transform: scale(0.9);
92            transform: scale(0.9);
93        }
94
95        70% {
96            -moz-transform: scale(1);
97            -ms-transform: scale(1);
98            -webkit-transform: scale(1);
99            transform: scale(1);
100            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
101        }
102
103        100% {
104            -moz-transform: scale(0.9);
105            -ms-transform: scale(0.9);
106            -webkit-transform: scale(0.9);
107            transform: scale(0.9);
108            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
109        }
110    }
111  </style>
112</head>
113<body>
114
115  <div class="container" style="margin-top:50px;">
116        <div class="row">
117            <div class="col-md-3">
118                <div class="card-sl">
119                    <div class="card-image">
120                        <img
121                            src="https://images.pexels.com/photos/1149831/pexels-photo-1149831.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" />
122                    </div>
123
124                    <a class="card-action" href="#"><i class="fa fa-heart"></i></a>
125                    <div class="card-heading">
126                        Audi Q8
127                    </div>
128                    <div class="card-text">
129                        Audi Q8 is a full-size luxury crossover SUV coupé made by Audi that was launched in 2018.
130                    </div>
131                    <div class="card-text">
132                        $67,400
133                    </div>
134                    <a href="#" class="card-button"> Purchase</a>
135                </div>
136            </div>
137        </div>  
138
139</body>
140</html>
141
Valery
15 Jul 2018
1Bootstrap’s cards provide a flexible and extensible content container with multiple variants and sjjdfdsfsdfsdfsdfsdf options.
queries leading to this page
bootstrap row 4 cardscards in bootstrapbootstrap card itemscontoh card bootstrap 4bootstrap card classessmall card bootstrapget bootstrap cardborder card bootstrapwhat is bootstrap cardget bootstrap card layoutcards bootstrap 4 examplescard mini bootstrap 4bootstrap card inlinebootstrap card mdnwhat can you put 4 cards inside bootstrapcard bootstrap designmake card link bootstrapprofessional card using bootstrap 4bootstrap 4 cards examplesbootstrap cards example bootsnippbootstrap card gropu classcool bootstrap cardsadding cards in a row in bootstrapcreate a card inside a card html bootstrapbootstrap card classcodepne bootstrap 4 cardbootstrap 4 card as buttoncard which with more bootstraphow card in bootstrap be responsivepintereset card css bootstrapbootstrap article cardcard card body bootstrapbootstrap card componentbootstrap card card bodybootstrap card layoutcard list bootstrapbootstrap user cardsbootstrap4 cardscards bootstrapmake beautiful card with bootstrapcard allineate bootstrap 4card columns bootstrapbootstrap card samplebootstrap 4 card htmlstyle card bootstrapsimple cards bootstrapbootstrap 5 card boxbootstrap card boardbootstrap 4 card headcard box in bootstrapwidget card bootstrap4 cards in a row bootstrapbootstrap attractive cardbootstrap card card deckbootstrap 5 cardscard design bootstrap4cards 2c bootstrap examplebootstrap card divcard layout bootstrapbootstrap feature cardcard sticky vertical bootstrapbootstrap cardsbootstrap div cardbootstrap small cardsbootstrap card 5cbootstrap container for cardcss create card bootstrapbootstrap floating cardlarge card bootstrapbootstrap inline card containerbootstrap card with gridbootstrap card detailsbootstrap card descriptionsimple bootstrap cards bootstrap card jsbootstrap card as linkpost card bootstrapsmall cards bootstrapjquery cards in bootstrapbootstrap card columnsbootstrap 4 card examplesbootstrap 3 2a3 news cardhow to design a multiple card page with header and footer in htmlcard success bootstrapdiv card in bootstrapsmall card bootstrapboot strap cardsbootstrap for cardsbootstrap cardilayoutbootstrap for cardcard column bootstrapcard for bootstrap 4bootstrap card proprietiesbootstrap 4 card responsivebootstrap card viewcard box bootstrapcard block bootstrap3 cards bootstrapcards on bootstraphow to add listed card to a div bootstrapbootstrap business cardcard lg bootstrapbootstrap carddisable the card in bootstrapbootstrap big cardbootstrap 4 card col mdservice card bootstrapboot strap cardarranging bootstrap cardscard ui bootstrapbootstrap 4 card cssbootstrap4 cards bootstrapmadecard html bootstrapcard section bootstraphtml card bootstraphow to make bootstrap card smallbootstrap card inside cardbootstrap beautiful cardbootstrap cards examplebootstrap beautiful cardscards bootstrap examplescard in html bootstrap 4bootstrap 4 card groupscard in c 23 bootstrapbootstrap custom cardscards bootstrap responsivebootstrap 4 5 cardsbootstrap card htmlhow to create card using bootstrapbootstrap card containerbootstrap cards csscard bootstrap examples cardimg on bootstrapbootstrap card columnbootrap add cardbootstrap card for foodcard example bootstrapbootstrap responsive cardscard design bootstrapbootstrap card hcssinsert card in bootstrapcard structure boostrapbootstrap cards displaying belowbootstrap 4 cardbootstrap 4 snippest cardbootstrap card for postcard in row bootstrapboostrap css 4 cardcards bootstrap inlinebootstrap cardcard in bootstrapcreate cards in bootstrapcard image overlay bootstrap 4how to add the card in bootstrapcard view html bootstrapbootstrap card 4bootstrap card with no spacing templatecard p4 bootstrapcard example bootstrap 4bootstrap report cardbootstrap card with n 2a4best card with bootstrapbootstrap film cardbootstrap large cardmake card smaller bootstrapbootstrap 3 product cardbootstrap inline cardsbootstrap card metacard page in bootstrapbootstrap card elementsbootstrap v cardbootstrap 4 card bootstrap cardbootstrap 5 cardcard info bootstrap5card body in bootstrapmdbootstrap cardbootsrap card stylescard box bootstraphtml bootstrap cardshow to use card in bootstrapwhat is a bootstrap card and how would you create one 3fbootstrap cardbootstrap code for 12 cardssimple card bootstrapsmall bootstrap 4 cardwhat is a card in bootstrapbootstrap cards pagebootstrap card linkbootstrap 4 card designdetail card in bootstrap 4cards html bootstrapcard with link bootstrapbootstrap cardbootstrap card examplebootstrap card meaningcard details bootstrapbootstrap container cardbootstrap cardhtml 26 css header card layoutdiv class card bootstrapdisplay responsive card in bootstrapbootstrap card boxestabs with cards bootstrapbootstrap circle cardsbootstrap cdn cardsbootstrap card columnrasied card in bootstrapbootstrap card contentcard bootstrap colcard css bootstrapgetbootstrap com cardbootstrap 4 6 cardsdo you have to import bootstrap to use cardsbootstrap card columnsbootstrap card css codehow to resize card in bootstrapbootstrap produt cardcss for cards bootstrapcard inside a box bootstrapstyle cards bootstrapbootstrap project cardcard class in bootstrap 5card animation bootstrap 4 bootstrap cardresponsive bootstrap cardsbootstrap information cardbootstrap cardsdcard css bootstrap 4bootstrap card codepedetailed card html bootstrapbootstrap card demobeautiful cards in bootstrapcss code for cards bootstrapcard in bootstrap4 5create cards without bootstrap cardcard with grid in bootstrapbootstrap card ccard box faq bootstrapinfo card bootstrapbootstrap card contentrow card bootstrapcard mdbootstrapbootstrap card for linkcard bootstrap 4 de three cards in bootstrapbootstrap card in rowbootstrap card displaycreate bootstrap card in javascriptbootstrap data cardshow to make cards bootstraphow use card in bootstraphow to make card body logcard list bootstrabootstrap card featured imagecard design in bootstrapbootstrap card fluidcard bootstrap materialsmall bootstrap cardsbootstrap create a card responsive card bootstraphow to create a card in bootstrapbootstrap cradscard body bootstraperror card bootstrapbootstrap 4 cards responsivecreate card with bootstraphow to make bootstrap card codecanonbootstrap card boxcard bootstrap w3schoolsresponsive card in bootstrapbootstrap dynamic cardcards in bootstrap4data card bootstrapbootstrap card columnscards in bootstrap 4bootstrap card bodycreating card with bootstrapcard with heading in bootstrapclass card boostrapbootstrap card4bootsrap cards in rowbootstrap row cardcard bootstrap contanctcards design bootstrapbootstrap card smbootsrap card colcard in bootstrap 4 5card as link bootstrapcard bootstrapgenerate bootstrap cardcards in html bootstrapbootstrap 5 card info boxcard design bootstrap 4how to use cards in bootstrap 4how to make card in bootstrapbootstrap service cardcard sticky horizontal bootstrapresponsive card bootstrapbootstrap components cardhow to create cards using bootstrapcard in html bootstrap css responsive bootstrap cardbring card below icons bootstrapcards with bootstrap 27bootstrap 4 card bodycard bootstrap css bootstrap 4 cards designc 23 bootstrap cardbootstrap roation cardsmake cards symmetric in bootstrapbootstrap 4 cards in a rowbusiness card bootstrap 4card bootstrap 4how to list card in bootstrapclass card meaning in bootstraparticle section card in boottrapbootstrap card filmcard number bootstrapdiv card bootstrapcard bootstrap 4 cards in a rowcard in bootstrap 5bootstrap card personbootstrap address cardbootstrap details cardresponsive cards bootstrapbootstrap card bodybootstrap cards gridbootstrap carddetails card bootstrapmembers card bootstrapbootstrap col cardsbootstrap big cardscard inline bootstrap 4cards responsive bootstraphow to make a card in bootstrapcustom bootstrap cardbootstrap class cardcard styles bootstrapbootstrap card colodbootstrap 4 cards responsive examplesbootstrap card class cssdark card bootstrapcard columns in bootstrap 4responsive cards 2c bootstrapcards latest bootstrapare cards bootstrapbootstrap thumbnail cardbootstrap card uiresponsive cards in bootstrap 4bootstrap cardbootstrap info cardsbootstrap card with information userbootstrap card listcreating cards using bootstrapcss bootstrap cards card link bootstrapcard sm bootstraphow to create cards in bootstrap 5 bootstrap cards bootstrap shop cardcard box bootstrapbootsrap responsive cardscard class bootstraphow to create card in bootstrap 4bootstrap 4 card mansomrycard bootstrap bootsnippresponsive card news bootstrap 4card columns bootstrapfull widht card bootstraphow to style wallet card in bootstrapcard in bootstrap 4bootstrap cards examplescard bootstrap inlinebootstrap 4 6 carddisplay bootstrap cards inlinecard tag in bootstrapcard bootstap csshow to make row cards in html using bootstrapclass card bootstrapcard widget bootstrapcard body bootstrap 4bootsrap card rowcreate card bootstrapcards bootstrap4make bootstrap cards responsiveinfo cards bootstrapbootstrap class card contentbootstrap cards in rowbootstrap 4 card installcard boot straobootstrap chart cardsbootstrap heade summary text bootstrap item carddesign bootstrap cardcards bootstrap 4how to deal with cards column in bootstrapp card bootstrapusing bootstrap cardsbootstrap4 cardbootstrap cards boxcard bootstrap 4 sbootstrap card csssupport card bootstrap design1 5 card in bootstrapbootstrap display cards inlinebootstarp card imagecard bootstrap 4 5import card from bootstrapbootstrap card dismissget the card header element from card cssbootstrap 4 cardsclass card meaing in bootstarpbootstrap cards in a rowcreating card in html bootstraphow to generate a card bootstrapbootstrap premium cardbootstrap cards layout cards bootstrapcard bootstrap examplecard details boostrap designbootstrap card smallwhat are cards in bootstrap 4bootstrap responsive carduso de card en bootstrapclass card in bootstrapbootstrap card stylesbootstrap wide cardsbootstrap card in a rowbootstrap cardbootstrap doc cardbootstrap card tagbootstrap div cardscreate bootstrap cardbootstrap 4 cardsimple card bootstrap 4contoh card bootstrap 4