File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -144,18 +144,21 @@ <h4 class="card-title">A Catchy Title</h4>
144144{% highlight html %}
145145< div class ="row ">
146146 < div class ="col ">
147- < div class ="card bg-warning ">
147+ < div class ="card bg-danger text-white ">
148148 < div class ="card-body ">
149149 < div class ="row ">
150150 < div class ="col-8 ">
151151 < h4 class ="card-title "> A Catchy Title</ h4 >
152152 < p > And some background information</ p >
153153 </ div >
154154 < div class ="col-4 ">
155- < br >
156- < button class ="btn btn-dark btn-block "> Buy Now!
157- < i class ="fa fa-chevron-right " aria-hidden ="true "> </ i >
158- </ button >
155+ < form action ="# ">
156+ < input class ="
form-control "
type ="
text "
placeholder ="
[email protected] "
> 157+ < button class ="btn btn-dark btn-block "> Subscribe!
158+ < i class ="fa fa-chevron-right " aria-hidden ="true "> </ i >
159+ </ button >
160+ </ form >
161+
159162 </ div >
160163 </ div >
161164 </ div >
You can’t perform that action at this time.
0 commit comments