@@ -46,7 +46,9 @@ <h1 class="display-4">Всякие туры</h1>
46
46
< div class ="row mt-5 ">
47
47
< div class ="col-4 ">
48
48
< div class ="card mb-4 ">
49
- < img src ="https://place-hold.it/300x200 " class ="card-img-top img-fluid " alt ="">
49
+ < div class ="embed-responsive embed-responsive-16by9 ">
50
+ < img class ="card-img-top embed-responsive-item " src ="https://place-hold.it/300x200 " alt ="" />
51
+ </ div >
50
52
< div class ="card-body ">
51
53
< h2 class ="h5 card-title "> Hotel title</ h2 >
52
54
< p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
@@ -56,7 +58,9 @@ <h2 class="h5 card-title">Hotel title</h2>
56
58
</ div >
57
59
< div class ="col-4 ">
58
60
< div class ="card mb-4 ">
59
- < img src ="https://place-hold.it/300x200 " class ="card-img-top img-fluid " alt ="">
61
+ < div class ="embed-responsive embed-responsive-16by9 ">
62
+ < img class ="card-img-top embed-responsive-item " src ="https://place-hold.it/300x200 " alt ="" />
63
+ </ div >
60
64
< div class ="card-body ">
61
65
< h2 class ="h5 card-title "> Hotel title</ h2 >
62
66
< p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
@@ -66,7 +70,9 @@ <h2 class="h5 card-title">Hotel title</h2>
66
70
</ div >
67
71
< div class ="col-4 ">
68
72
< div class ="card mb-4 ">
69
- < img src ="https://place-hold.it/300x200 " class ="card-img-top img-fluid " alt ="">
73
+ < div class ="embed-responsive embed-responsive-16by9 ">
74
+ < img class ="card-img-top embed-responsive-item " src ="https://place-hold.it/300x200 " alt ="" />
75
+ </ div >
70
76
< div class ="card-body ">
71
77
< h2 class ="h5 card-title "> Hotel title</ h2 >
72
78
< p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
@@ -76,7 +82,9 @@ <h2 class="h5 card-title">Hotel title</h2>
76
82
</ div >
77
83
< div class ="col-4 ">
78
84
< div class ="card mb-4 ">
79
- < img src ="https://place-hold.it/300x200 " class ="card-img-top img-fluid " alt ="">
85
+ < div class ="embed-responsive embed-responsive-16by9 ">
86
+ < img class ="card-img-top embed-responsive-item " src ="https://place-hold.it/300x200 " alt ="" />
87
+ </ div >
80
88
< div class ="card-body ">
81
89
< h2 class ="h5 card-title "> Hotel title</ h2 >
82
90
< p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
@@ -86,7 +94,9 @@ <h2 class="h5 card-title">Hotel title</h2>
86
94
</ div >
87
95
< div class ="col-4 ">
88
96
< div class ="card mb-4 ">
89
- < img src ="https://place-hold.it/300x200 " class ="card-img-top img-fluid " alt ="">
97
+ < div class ="embed-responsive embed-responsive-16by9 ">
98
+ < img class ="card-img-top embed-responsive-item " src ="https://place-hold.it/300x200 " alt ="" />
99
+ </ div >
90
100
< div class ="card-body ">
91
101
< h2 class ="h5 card-title "> Hotel title</ h2 >
92
102
< p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
@@ -96,7 +106,9 @@ <h2 class="h5 card-title">Hotel title</h2>
96
106
</ div >
97
107
< div class ="col-4 ">
98
108
< div class ="card mb-4 ">
99
- < img src ="https://place-hold.it/300x200 " class ="card-img-top img-fluid " alt ="">
109
+ < div class ="embed-responsive embed-responsive-16by9 ">
110
+ < img class ="card-img-top embed-responsive-item " src ="https://place-hold.it/300x200 " alt ="" />
111
+ </ div >
100
112
< div class ="card-body ">
101
113
< h2 class ="h5 card-title "> Hotel title</ h2 >
102
114
< p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
@@ -110,4 +122,4 @@ <h2 class="h5 card-title">Hotel title</h2>
110
122
< script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js " integrity ="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin ="anonymous "> </ script >
111
123
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js " integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin ="anonymous "> </ script >
112
124
</ body >
113
- </ html >
125
+ </ html >
0 commit comments