i start to study asp.Net now,
i understand basic html (css not)
i need your help how to create my website fit with web browser,
like this :

when i resize first

and last

i try create with my own skill and my website in a mess
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s called an adaptive layout technique but more recently coined responsive web design (both great articles). A gallery of websites that employ this technique can be found at mediaqueri.es.
The guts of it is based around using CSS to style your website for the default “wide view” then using
@mediaCSS queries to apply extra CSS rules for specific screen dimensions. For example:Demo: jsfiddle.net/6LX9n (resize width of window to see in action)