【发布时间】:2020-07-02 20:30:51
【问题描述】:
我正在尝试将我的图像位置移动到此网页的左侧,但我尝试的一切都不起作用。这是我的 html 代码:
<div class="col-md-6 col-lg-6 pl-md-5 py-5">
<div class="row justify-content-start pb-3">
<div class="col-md-12 heading-section ftco-animate">
<h1 class="big">About</h1>
<h2 class="mb-4">About Me</h2>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
<img src = 'static/images/aman.jpg' height = 400px width = 400px left = 200px>
【问题讨论】:
-
请用更多信息编辑您的代码,以便我们为您提供帮助...另外,我认为您的图像已经在左边了!!!!!!!!!!!!你的意思是对的?????????
标签: html css image position frontend