Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4621964
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:46:37+00:00 2026-05-22T02:46:37+00:00

i start to study asp.Net now, i understand basic html (css not) i need

  • 0

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 :
enter image description here

when i resize first

enter image description here

and last
enter image description here

i try create with my own skill and my website in a mess

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:46:38+00:00Added an answer on May 22, 2026 at 2:46 am

    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 @media CSS queries to apply extra CSS rules for specific screen dimensions. For example:

    body { color:red; }
    
    @media screen and (max-width: 800px) {
        body { color:green; }
    }
    
    @media screen and (max-width: 650px) {
        body { color:blue; }
    }
    

    Demo: jsfiddle.net/6LX9n (resize width of window to see in action)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i start to study mvc, try to add dropdownlist, make construction <%= Html.DropDownList(ddl) %>
I start to write a client - server application using .net (C#) for both
I start a .Net server side program on my local workstation, but soon it
I'm planning to study sockets using C language, and I want to create a
I am a fresher and I have got a project in asp.net and c#.
What language I should start study for these tasks: working with p2p web service
I just start study DI (I'm working on WPF/Silverlight but I have a plan
I'm being a ASP.NET developer over years but recently I started to work with
Start a new Silverlight application... and in the code behind (in the Loaded event),
I start by creating a string variable with some non-ascii utf-8 encoded data on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.