• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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