Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by DBCGOOFY

  1. D

    HTML & CSS Please help me manage to adjust img size in my @media in CSS.

    Both don't really effect it. i'm just not sure what i'm doing from this point anymore. My Media max width is set to 700px yet the section it self is still 980x821 see picture. Also to make it a little bit more easy i decided to just do a background instead of the picture next to the text. So...
  2. D

    HTML & CSS Please help me manage to adjust img size in my @media in CSS.

    So the black and white img you see i cannot manage to make it smaller so it fits. Anything i write in @media does not affect the picture and it stays the same for some reason. @media(max-width: 767px){ .about-col img{ width: 50px; height: 100px; } } If i change...
  3. D

    HTML & CSS Please help me manage to adjust img size in my @media in CSS.

    So i have recently made a website and now i'm working on the format to get it in a good size for phones etc. But for some reasons the pictures are not doing as i please, anyone able to give me some tips? "See photo for current result." I also added my HTML and CSS code. I hope someone can help...
Back
Top Bottom