To be a company website with both pc and mobile end

problem description

previous projects have not used any framework, and html css jquery, has not done any big projects on the mobile end. For the first time, it is appropriate to use both pc and mobile. Is it appropriate to use bootstrap? there are not many things on the company"s website, is it good to use the framework? and I always feel that a lot of bootstrap styles need to be modified. How to do it? if, bootstrap is better to use, the back end of the company is to use PHP

.

the environmental background of the problems and what methods you have tried

Baidu has a variety of answers. I hope I can have some advice from my seniors

.

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

May.22,2021

I also use bootstrap to make it, and I use 4


I suggest pc
Mobile

because the content layout of pc, etc., is suitable for the big screen of pc.
the content layout of the mobile side must be suitable for the small screen

.

if it's just a set of code, it's troublesome to be css compatible


can consider making a responsive website, that is, through CSS media query to determine whether it is PC or mobile according to the width of the device.
you can refer to
Chestnut 1
Chestnut 2

.
Menu