• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question web design question

didan

New Pleskian
I'm new to front-end web development. I have a webpage that I'm developing in React.js and it looks great on a browser but absolutely horrible on a mobile phone. What do I have to do in order to make them look somewhat similar (desktop browser vs mobile device browser)?
 
Hello this is Gulshan Negi
Well, you can do this by using a responsive design framework, media queries, flexible units, and testing your web page on different devices—all important steps to achieving a responsive design.
Thanks
 
There are a few more libraries:
- Radix UI - an open-source unstyled component library.
- shadcn/ui - uses the unstyled components from Radix UI and applies Tailwind CCS to them.
 
Last edited:
Back
Top