Jump to content

width not responsive content

swtscp

i cant seem to find a way to make the content of my website responsive when on cellphone

 

i'm using @media (max-width:480px)

{

width:100%;

{

Link to comment
Share on other sites

Link to post
Share on other sites

34 minutes ago, swtscp said:

i'm using @media (max-width:480px)

{

width:100%;

{

  1. That's not valid CSS.
  2. It lacks a selector, at least.
  3. It also lacks a closing }.

Try harder before asking.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×