NameSilo

How to implement a proper structure for Responsive Website Design?

Spaceship Spaceship
Watch

Phil Collins

New Member
Impact
0
Hi all,

How to implement a proper structure for Responsive Website Design? Plz help.

Thanks
Phil Collins
 
Last edited by a moderator:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Responsive web design is different form traditional web design in a number of ways. Responsive web designs means creating a website whose layout changes as per the user's computer screen. For creating an effective responsive web design you need to know the basics of designing especially CSS. Many people will suggest the use of media queries for responsive layouts but experts from professional web design companies will suggest the use of CSS. Careful study and use of creative and technical aspects of responsive web design can work wonders.
 
0
•••
As donald said for creating a responsive website you need to have knowledge of HTML and CSS. Assuming you may have knowledge of at least basic HTML and CSS, these tips can be helpful for creating a basic responsive html website.

1. While creating responsive website you define css for different screen size, new css will be override the original css which use for the desktop version.

2. Create a page and make it responsive so you can use it this page for other services page.

3. Read some article on google which will help you in detail.

4. at the starting create some simple design so you can make it easily.

5. download extension in Google chrome to check your design on mobile devices.
 
0
•••
Easy way? Use a framework. Bootstrap, Foundation ...
 
0
•••
I would also recommend bootstrap if you're just starting out. Once you've played with it for a while you'll probably be comfortable making your own layouts from scratch
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back