Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Methods for making your website responsive?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Magic" data-source="post: 294692" data-attributes="member: 23359"><p>So as a learning web developer I often find myself coding a website which looks nice on my screen, but as soon as I view it on a different machine it has some obvious flaws to it. Now I am stuck on how to make my website responsive for the common screen resolutions. I have found that one method is to use</p><p></p><p> @media screen and (max-width: x) {</p><p> <strong>styles here</strong></p><p> }</p><p></p><p>for each resolution and add your adjustments to that. Is there any quicker ways of making your website responsive?</p></blockquote><p></p>
[QUOTE="Magic, post: 294692, member: 23359"] So as a learning web developer I often find myself coding a website which looks nice on my screen, but as soon as I view it on a different machine it has some obvious flaws to it. Now I am stuck on how to make my website responsive for the common screen resolutions. I have found that one method is to use @media screen and (max-width: x) { [B]styles here[/B] } for each resolution and add your adjustments to that. Is there any quicker ways of making your website responsive? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Methods for making your website responsive?
Top