如何将我的图像从默认的左侧移动到页面中间?

时间:2019-06-23 19:22:08

标签: html css

我正在创建图像,并且想要将图像从左侧移动到页面中间。我已经尝试过了:

<style>
   img{
     width: 150px;
     float:middle;
   } 
</style>

<img width="160"src="https://despatch.blog.gov.uk/wp-content/uploads/sites/131/2016/07/learner-driver-car-e1471788913438.jpg" alt="Learner car" />

0 个答案:

没有答案