Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Bootstrap 4 引导将图像置于中心文本上方_Bootstrap 4 - Fatal编程技术网

Bootstrap 4 引导将图像置于中心文本上方

Bootstrap 4 引导将图像置于中心文本上方,bootstrap-4,Bootstrap 4,我有以下代码: <div class="h-100 row align-items-center"> <div class="col text-center"> <div class="container"> <h1> Applying to medicine? We can help.</h1> <button type="button" onclick="locatio

我有以下代码:

   <div class="h-100 row align-items-center">
     <div class="col text-center">
       <div class="container">
       <h1> Applying to medicine? We can help.</h1>
       <button type="button" onclick="location.href='about.html'" class="btn btn-outline-success btn-lg">More information</button>
     </div>
   </div>
 </div>

申请医学?我们可以帮忙。
更多信息
这只是将文本和按钮放在我页面的中心,如上面所定义。现在我在这个结构上面还有很多空间,我想在这个文本上面放一个图像,在水平和垂直方向上仍然居中

我怎样才能做到这一点?

您可以使用


申请医学?我们可以帮忙。
更多信息