How can I create HTML pages that automatically adjust their images to different mobile screen sizes?

前端 未结 5 1056
时光取名叫无心
时光取名叫无心 2021-01-31 11:58

I want to create some HTML pages which will be displayed on different mobile devices. I want them to automatically adjust to different mobile screen sizes.

The HTML page

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-31 12:44

    you can use media query to make your layout responsive, means fix to all screen small, medium and large.

    for more details you can visit this tutorial - learn responsive design in easy steps

提交回复
热议问题